From df8aeccff4c9e7718810a55d9f3f8bd824161c87 Mon Sep 17 00:00:00 2001 From: wisonic-s Date: Mon, 6 May 2024 19:05:00 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=A7=86=E5=9B=BE):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=20ECharts=20=E7=BB=84=E5=90=88=E5=9B=BE=E4=B8=BB=E8=BD=B4?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E5=AD=97=E4=BD=93=E5=A4=A7=E5=B0=8F=E4=B8=8D?= =?UTF-8?q?=E7=94=9F=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/frontend/src/views/chart/chart/mix/mix.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/frontend/src/views/chart/chart/mix/mix.js b/core/frontend/src/views/chart/chart/mix/mix.js index 3604ab7eb5..0facf6f96d 100644 --- a/core/frontend/src/views/chart/chart/mix/mix.js +++ b/core/frontend/src/views/chart/chart/mix/mix.js @@ -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 = {