forked from github/dataease
fix(图表): 修复批量设置雷达图时,坐标轴标题没有显示的问题
This commit is contained in:
parent
72b5848fb7
commit
004c50c4cd
@ -420,7 +420,7 @@ watch(
|
|||||||
:effect="themes"
|
:effect="themes"
|
||||||
v-if="showProperties('misc-style-selector')"
|
v-if="showProperties('misc-style-selector')"
|
||||||
name="size"
|
name="size"
|
||||||
:title="selectorSpec['misc-style-selector']?.title"
|
:title="selectorSpec['misc-style-selector']?.title || t('chart.tooltip_axis')"
|
||||||
>
|
>
|
||||||
<misc-style-selector
|
<misc-style-selector
|
||||||
:property-inner="propertyInnerAll['misc-style-selector']"
|
:property-inner="propertyInnerAll['misc-style-selector']"
|
||||||
|
Loading…
Reference in New Issue
Block a user