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 e57e2c1 commit 7a7796fCopy full SHA for 7a7796f
src/components/vue-ui-donut.vue
@@ -838,12 +838,12 @@ defineExpose({
838
</template>
839
840
<circle
841
- v-if="FINAL_CONFIG.type === 'classic'"
+ v-if="FINAL_CONFIG.type === 'classic' && FINAL_CONFIG.style.chart.layout.donut.useShadow"
842
:cx="svg.width / 2"
843
:cy="svg.height / 2"
844
:r="minSize <= 0 ? 10 : minSize"
845
:fill="FINAL_CONFIG.style.chart.backgroundColor"
846
- :filter="FINAL_CONFIG.style.chart.layout.donut.useShadow ? `url(#shadow_${uid})`: ''"
+ :filter="`url(#shadow_${uid})`"
847
/>
848
849
<template v-if="total && FINAL_CONFIG.type === 'classic'">
0 commit comments