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 387cddb commit faabce6Copy full SHA for faabce6
src/components/vue-ui-onion.vue
@@ -651,6 +651,8 @@ defineExpose({
651
:borderWidth="FINAL_CONFIG.style.chart.tooltip.borderWidth"
652
:fontSize="FINAL_CONFIG.style.chart.tooltip.fontSize"
653
:backgroundOpacity="FINAL_CONFIG.style.chart.tooltip.backgroundOpacity"
654
+ :position="FINAL_CONFIG.style.chart.tooltip.position"
655
+ :offsetY="FINAL_CONFIG.style.chart.tooltip.offsetY"
656
:parent="onionChart"
657
:content="tooltipContent"
658
:isCustom="isFunction(FINAL_CONFIG.style.chart.tooltip.customFormat)"
0 commit comments