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 41feb31 commit 2d0a768Copy full SHA for 2d0a768
src/components/vue-ui-donut.vue
@@ -1181,6 +1181,7 @@ defineExpose({
1181
<g v-if="currentDonut.length > 1 || FINAL_CONFIG.type === 'classic'">
1182
<path data-cy="tooltip-trap" v-for="(arc, i) in currentDonut.filter(el => !el.ghost)"
1183
:d="FINAL_CONFIG.type === 'classic' ? arc.arcSlice : polarAreas[i].path"
1184
+ :stroke="FINAL_CONFIG.style.chart.layout.donut.borderColorAuto ? FINAL_CONFIG.style.chart.backgroundColor : FINAL_CONFIG.style.chart.layout.donut.borderColor"
1185
:fill="selectedSerie === i ? FINAL_CONFIG.style.chart.layout.donut.selectedColor : 'transparent'" @mouseenter="useTooltip({
1186
datapoint: arc,
1187
relativeIndex: i,
0 commit comments