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 16633e9 commit f662136Copy full SHA for f662136
src/components/vue-ui-molecule.vue
@@ -636,6 +636,8 @@ defineExpose({
636
:borderWidth="FINAL_CONFIG.style.chart.tooltip.borderWidth"
637
:fontSize="FINAL_CONFIG.style.chart.tooltip.fontSize"
638
:backgroundOpacity="FINAL_CONFIG.style.chart.tooltip.backgroundOpacity"
639
+ :position="FINAL_CONFIG.style.chart.tooltip.position"
640
+ :offsetY="FINAL_CONFIG.style.chart.tooltip.offsetY"
641
:parent="moleculeChart"
642
:content="tooltipContent"
643
:isCustom="FINAL_CONFIG.style.chart.tooltip.customFormat && typeof FINAL_CONFIG.style.chart.tooltip.customFormat === 'function'"
0 commit comments