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 ba26b91 commit 1c60347Copy full SHA for 1c60347
src/components/vue-ui-radar.vue
@@ -642,6 +642,7 @@ defineExpose({
642
:stroke="radarConfig.style.chart.backgroundColor"
643
:stroke-width="radarConfig.style.chart.layout.dataPolygon.strokeWidth + 1"
644
fill="none"
645
+ :class="{ 'animated-out': segregated.includes(i) && radarConfig.useCssAnimation, 'animated-in': isAnimating && inSegregation === i && radarConfig.useCssAnimation }"
646
/>
647
<polygon
648
data-cy-radar-path
0 commit comments