mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 19:42:56 +08:00
Merge pull request #11130 from dataease/pr@dev-v2@chart-line-babel-fontsize-fix
fix(图表-折线图): 修复标签字体配置无效的问题
This commit is contained in:
commit
f3a223274d
@ -837,7 +837,7 @@ onMounted(() => {
|
||||
:effect="themes"
|
||||
v-model.number="curSeriesFormatter.fontSize"
|
||||
:placeholder="t('chart.text_fontsize')"
|
||||
@change="changeLabelAttr('fontSize')"
|
||||
@change="changeLabelAttr('seriesLabelFormatter')"
|
||||
>
|
||||
<el-option
|
||||
v-for="option in fontSizeList"
|
||||
|
Loading…
Reference in New Issue
Block a user