Skip to content

Commit 110b22a

Browse files
committed
Fix - Added animated class to underlayer rect
1 parent 1c60347 commit 110b22a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/vue-ui-vertical-bar.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,7 @@ defineExpose({
592592
:height="verticalBarConfig.style.chart.layout.bars.height"
593593
:fill="verticalBarConfig.style.chart.layout.bars.underlayerColor"
594594
:rx="verticalBarConfig.style.chart.layout.bars.borderRadius"
595+
:class="{ 'animated': verticalBarConfig.useCssAnimation }"
595596
/>
596597
</g>
597598
<g v-for="(serie, i) in bars">

0 commit comments

Comments
 (0)