Skip to content

Commit 162083f

Browse files
committed
Fix - VueUiStackbar - Fix title config not responsive
1 parent 6e26de9 commit 162083f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/vue-ui-stackbar.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -946,6 +946,7 @@ defineExpose({
946946
947947
<div ref="chartTitle" v-if="FINAL_CONFIG.style.chart.title.text" :style="`width:100%;background:transparent;padding-bottom:24px`">
948948
<Title
949+
:key="`title_${titleStep}`"
949950
:config="{
950951
title: {
951952
cy: 'stackbar-title',

0 commit comments

Comments
 (0)