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 faabce6 commit 16633e9Copy full SHA for 16633e9
src/components/vue-ui-nested-donuts.vue
@@ -888,6 +888,8 @@ defineExpose({
888
:borderWidth="FINAL_CONFIG.style.chart.tooltip.borderWidth"
889
:fontSize="FINAL_CONFIG.style.chart.tooltip.fontSize"
890
:backgroundOpacity="FINAL_CONFIG.style.chart.tooltip.backgroundOpacity"
891
+ :position="FINAL_CONFIG.style.chart.tooltip.position"
892
+ :offsetY="FINAL_CONFIG.style.chart.tooltip.offsetY"
893
:parent="nestedDonutsChart"
894
:content="tooltipContent"
895
:isCustom="isFunction(FINAL_CONFIG.style.chart.tooltip.customFormat)"
0 commit comments