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 ef7e98b commit 32f1e9aCopy full SHA for 32f1e9a
src/components/vue-ui-donut-evolution.vue
@@ -676,6 +676,15 @@ defineExpose({
676
/>
677
</g>
678
679
+ <g v-if="datapoint.subtotal !== null">
680
+ <circle
681
+ v-if="datapoint.subtotal"
682
+ :cx="datapoint.x"
683
+ :cy="datapoint.y"
684
+ :r="hoveredIndex === datapoint.index ? svg.width / 30 : slit / 10"
685
+ :fill="donutEvolutionConfig.style.chart.backgroundColor"
686
+ />
687
+ </g>
688
689
690
<!-- DATALABELS -->
0 commit comments