Merge pull request #11133 from dataease/pr@dev-v2@chart-bidirectional-bar-style-title

style(图表-对称条形图): 样式中,第一个横轴配置标题修改为纵轴
This commit is contained in:
jianneng-fit2cloud 2024-07-24 10:29:44 +08:00 committed by GitHub
commit 895d6f9214
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -485,7 +485,7 @@ watch(
:change-model="chart.customStyle.xAxis"
@modelChange="val => onChangeXAxisForm(val, 'show')"
name="xAxis"
:title="t('chart.xAxis')"
:title="selectorSpec['x-axis-selector']?.title"
>
<x-axis-selector
class="attr-selector"