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 1c60347 commit 110b22aCopy full SHA for 110b22a
src/components/vue-ui-vertical-bar.vue
@@ -592,6 +592,7 @@ defineExpose({
592
:height="verticalBarConfig.style.chart.layout.bars.height"
593
:fill="verticalBarConfig.style.chart.layout.bars.underlayerColor"
594
:rx="verticalBarConfig.style.chart.layout.bars.borderRadius"
595
+ :class="{ 'animated': verticalBarConfig.useCssAnimation }"
596
/>
597
</g>
598
<g v-for="(serie, i) in bars">
0 commit comments