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 03c5945 commit 06ab547Copy full SHA for 06ab547
src/components/vue-ui-donut.vue
@@ -886,6 +886,8 @@ defineExpose({
886
:borderColor="FINAL_CONFIG.style.chart.tooltip.borderColor"
887
:borderWidth="FINAL_CONFIG.style.chart.tooltip.borderWidth"
888
:backgroundOpacity="FINAL_CONFIG.style.chart.tooltip.backgroundOpacity"
889
+ :position="FINAL_CONFIG.style.chart.tooltip.position"
890
+ :offsetY="FINAL_CONFIG.style.chart.tooltip.offsetY"
891
:parent="donutChart"
892
:content="tooltipContent"
893
:isCustom="isFunction(FINAL_CONFIG.style.chart.tooltip.customFormat)"
0 commit comments