Merge pull request #13030 from dataease/pr@dev-v2@chart-radar-batch-style-fix

fix(图表): 修复批量设置雷达图时,坐标轴标题没有显示的问题
This commit is contained in:
jianneng-fit2cloud 2024-10-30 18:51:36 +08:00 committed by GitHub
commit 6ba0c15f7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -420,7 +420,7 @@ watch(
:effect="themes"
v-if="showProperties('misc-style-selector')"
name="size"
:title="selectorSpec['misc-style-selector']?.title"
:title="selectorSpec['misc-style-selector']?.title || t('chart.tooltip_axis')"
>
<misc-style-selector
:property-inner="propertyInnerAll['misc-style-selector']"