forked from github/dataease
fix(图表-折线图): 修复标签字体配置无效的问题
This commit is contained in:
parent
8c7515f5e0
commit
b6c4ab9407
@ -837,7 +837,7 @@ onMounted(() => {
|
|||||||
:effect="themes"
|
:effect="themes"
|
||||||
v-model.number="curSeriesFormatter.fontSize"
|
v-model.number="curSeriesFormatter.fontSize"
|
||||||
:placeholder="t('chart.text_fontsize')"
|
:placeholder="t('chart.text_fontsize')"
|
||||||
@change="changeLabelAttr('fontSize')"
|
@change="changeLabelAttr('seriesLabelFormatter')"
|
||||||
>
|
>
|
||||||
<el-option
|
<el-option
|
||||||
v-for="option in fontSizeList"
|
v-for="option in fontSizeList"
|
||||||
|
Loading…
Reference in New Issue
Block a user