From 1788c96aea9247cc36ef8b82734997f1a6a92fb4 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期五, 23 八月 2024 11:07:42 +0800 Subject: [PATCH] 新增新版本。静安区特供版 --- src/utils/chart/chart-option.js | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/src/utils/chart/chart-option.js b/src/utils/chart/chart-option.js index 06357e1..5ce5a26 100644 --- a/src/utils/chart/chart-option.js +++ b/src/utils/chart/chart-option.js @@ -48,6 +48,8 @@ }, xAxis: { name: '鏃堕棿', + nameLocation: 'middle', + nameGap: 30, data: _xAxis, axisLabel: { textStyle: { @@ -74,7 +76,16 @@ } }, yAxis: { - name: '娴撳害(渭g/m鲁)', + name: '娴撳害(渭g/m鲁)/娓╁害(鈩�)/閫熷害(m/s)', + nameLocation: 'middle', + nameGap: 30, + // nameTruncate: { + // maxWidth: 100, + // ellipsis: '...' + // }, + // nameTextStyle: { + // color: 'red' + // }, axisLabel: { textStyle: { fontSize: fontSize -- Gitblit v1.9.3