Skip to content

Commit 03c5945

Browse files
committed
Improvement - VueUiGalaxy - Add tooltip positioning config options
1 parent 595dbcc commit 03c5945

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/vue-ui-galaxy.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,8 @@ defineExpose({
549549
:borderWidth="FINAL_CONFIG.style.chart.tooltip.borderWidth"
550550
:fontSize="FINAL_CONFIG.style.chart.tooltip.fontSize"
551551
:backgroundOpacity="FINAL_CONFIG.style.chart.tooltip.backgroundOpacity"
552+
:position="FINAL_CONFIG.style.chart.tooltip.position"
553+
:offsetY="FINAL_CONFIG.style.chart.tooltip.offsetY"
552554
:parent="galaxyChart"
553555
:content="tooltipContent"
554556
:isCustom="isFunction(FINAL_CONFIG.style.chart.tooltip.customFormat)"

0 commit comments

Comments
 (0)