We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc702b4 commit 387cddbCopy full SHA for 387cddb
src/components/vue-ui-parallel-coordinate-plot.vue
@@ -765,6 +765,8 @@ defineExpose({
765
:borderColor="FINAL_CONFIG.style.chart.tooltip.borderColor"
766
:borderWidth="FINAL_CONFIG.style.chart.tooltip.borderWidth"
767
:backgroundOpacity="FINAL_CONFIG.style.chart.tooltip.backgroundOpacity"
768
+ :position="FINAL_CONFIG.style.chart.tooltip.position"
769
+ :offsetY="FINAL_CONFIG.style.chart.tooltip.offsetY"
770
:parent="pcpChart"
771
:content="tooltipContent"
772
:isCustom="isFunction(FINAL_CONFIG.style.chart.tooltip.customFormat)"
0 commit comments