Skip to content

Commit 387cddb

Browse files
committed
Improvement - VueUiParallelCoordinatePlot - Add tooltip positioning config options
1 parent dc702b4 commit 387cddb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/vue-ui-parallel-coordinate-plot.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -765,6 +765,8 @@ defineExpose({
765765
:borderColor="FINAL_CONFIG.style.chart.tooltip.borderColor"
766766
:borderWidth="FINAL_CONFIG.style.chart.tooltip.borderWidth"
767767
:backgroundOpacity="FINAL_CONFIG.style.chart.tooltip.backgroundOpacity"
768+
:position="FINAL_CONFIG.style.chart.tooltip.position"
769+
:offsetY="FINAL_CONFIG.style.chart.tooltip.offsetY"
768770
:parent="pcpChart"
769771
:content="tooltipContent"
770772
:isCustom="isFunction(FINAL_CONFIG.style.chart.tooltip.customFormat)"

0 commit comments

Comments
 (0)