From 756b056d990c1421c81b986adb969e21c8236f9a Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Fri, 11 Feb 2022 14:22:17 +0800 Subject: [PATCH 1/3] =?UTF-8?q?refactor:=20=E6=A0=BC=E5=BC=8F=E5=8C=96?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/chart/view/ChartEdit.vue | 43 ++++++++++----------- 1 file changed, 21 insertions(+), 22 deletions(-) diff --git a/frontend/src/views/chart/view/ChartEdit.vue b/frontend/src/views/chart/view/ChartEdit.vue index cdb04dd73d..75abeb94f1 100644 --- a/frontend/src/views/chart/view/ChartEdit.vue +++ b/frontend/src/views/chart/view/ChartEdit.vue @@ -222,29 +222,28 @@
- - - - {{ $t('chart.map_range') }} - - - - - - + + + {{ $t('chart.map_range') }} + + + + + + Date: Fri, 11 Feb 2022 15:23:32 +0800 Subject: [PATCH 2/3] feat: S2 pivot --- frontend/src/views/chart/chart/chart.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/chart/chart/chart.js b/frontend/src/views/chart/chart/chart.js index 9356fd684b..b54373983f 100644 --- a/frontend/src/views/chart/chart/chart.js +++ b/frontend/src/views/chart/chart/chart.js @@ -31,7 +31,7 @@ export const DEFAULT_SIZE = { tableTitleHeight: 36, tableItemHeight: 36, tablePageSize: '20', - tableColumnMode: 'adapt', + tableColumnMode: 'custom', tableColumnWidth: 100, gaugeMin: 0, gaugeMax: 100, From 8f39fbe3f51f8c2654a39942aae2efae56341d43 Mon Sep 17 00:00:00 2001 From: junjun Date: Fri, 11 Feb 2022 16:53:57 +0800 Subject: [PATCH 3/3] feat: S2 pivot --- frontend/src/views/chart/chart/chart.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/chart/chart/chart.js b/frontend/src/views/chart/chart/chart.js index b54373983f..1cbef872f4 100644 --- a/frontend/src/views/chart/chart/chart.js +++ b/frontend/src/views/chart/chart/chart.js @@ -2,8 +2,8 @@ export const DEFAULT_COLOR_CASE = { value: 'default', colors: ['#5470c6', '#91cc75', '#fac858', '#ee6666', '#73c0de', '#3ba272', '#fc8452', '#9a60b4', '#ea7ccc'], alpha: 100, - tableHeaderBgColor: '#4e81bb', - tableItemBgColor: '#c6d9f0', + tableHeaderBgColor: '#c1d1f6', + tableItemBgColor: '#e2eafe', tableFontColor: '#000000', tableStripe: true, dimensionColor: '#000000',