Merge pull request #9501 from dataease/pr@dev@fix_echarts_mix_sub_label_fontsize

fix(视图): 修复 ECharts 组合图主轴标签字体大小不生效
This commit is contained in:
wisonic-s 2024-05-06 19:05:31 +08:00 committed by GitHub
commit 58eba42f2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,7 +70,7 @@ export function baseMixOption(chart_option, chart) {
show: label.show, show: label.show,
color: label.color, color: label.color,
position: label.position, position: label.position,
fontsize: label.fontSize, fontSize: label.fontSize,
formatter: label.formatter formatter: label.formatter
} }
let subLabel = { let subLabel = {