forked from github/dataease
Merge pull request #9501 from dataease/pr@dev@fix_echarts_mix_sub_label_fontsize
fix(视图): 修复 ECharts 组合图主轴标签字体大小不生效
This commit is contained in:
commit
58eba42f2e
@ -70,7 +70,7 @@ export function baseMixOption(chart_option, chart) {
|
||||
show: label.show,
|
||||
color: label.color,
|
||||
position: label.position,
|
||||
fontsize: label.fontSize,
|
||||
fontSize: label.fontSize,
|
||||
formatter: label.formatter
|
||||
}
|
||||
let subLabel = {
|
||||
|
Loading…
Reference in New Issue
Block a user