mirror of
https://github.com/dataease/dataease.git
synced 2026-06-13 01:01:20 +08:00
Merge pull request #9501 from dataease/pr@dev@fix_echarts_mix_sub_label_fontsize
fix(视图): 修复 ECharts 组合图主轴标签字体大小不生效
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user