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 595dbcc commit 03c5945Copy full SHA for 03c5945
src/components/vue-ui-galaxy.vue
@@ -549,6 +549,8 @@ defineExpose({
549
:borderWidth="FINAL_CONFIG.style.chart.tooltip.borderWidth"
550
:fontSize="FINAL_CONFIG.style.chart.tooltip.fontSize"
551
:backgroundOpacity="FINAL_CONFIG.style.chart.tooltip.backgroundOpacity"
552
+ :position="FINAL_CONFIG.style.chart.tooltip.position"
553
+ :offsetY="FINAL_CONFIG.style.chart.tooltip.offsetY"
554
:parent="galaxyChart"
555
:content="tooltipContent"
556
:isCustom="isFunction(FINAL_CONFIG.style.chart.tooltip.customFormat)"
0 commit comments