From 57a7d491db1a14b67a556dc2d36f8346b879bdb4 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Mon, 30 May 2022 18:01:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A4=8D=E5=88=B6=E4=BB=AA=E8=A1=A8?= =?UTF-8?q?=E6=9D=BF=EF=BC=8C=E6=8C=87=E6=A0=87=E5=8D=A1=E9=A2=9C=E8=89=B2?= =?UTF-8?q?=E4=B8=A2=E5=A4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/main/java/io/dataease/ext/ExtChartViewMapper.xml | 2 ++ frontend/src/views/chart/chart/gauge/gauge.js | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/backend/src/main/java/io/dataease/ext/ExtChartViewMapper.xml b/backend/src/main/java/io/dataease/ext/ExtChartViewMapper.xml index 7fc57a374f..68b45e2614 100644 --- a/backend/src/main/java/io/dataease/ext/ExtChartViewMapper.xml +++ b/backend/src/main/java/io/dataease/ext/ExtChartViewMapper.xml @@ -365,6 +365,7 @@ custom_filter, drill_fields, SNAPSHOT, + senior, data_from) SELECT pv_copy.chart_view_id AS id, `name`, @@ -392,6 +393,7 @@ custom_filter, drill_fields, SNAPSHOT, + senior, data_from FROM ( SELECT panel_id, diff --git a/frontend/src/views/chart/chart/gauge/gauge.js b/frontend/src/views/chart/chart/gauge/gauge.js index 477d155d4d..9c45f7f8d7 100644 --- a/frontend/src/views/chart/chart/gauge/gauge.js +++ b/frontend/src/views/chart/chart/gauge/gauge.js @@ -130,7 +130,7 @@ export function baseGaugeOption(chart_option, chart, scale = 1) { } } } - console.log(chart_option.series[0]) + // console.log(chart_option.series[0]) // console.log(chart_option); componentStyle(chart_option, chart) return chart_option