From 1c1e29ef1a06af7158d6ce9e3b59ea41f2fc1c5e Mon Sep 17 00:00:00 2001 From: ulleo Date: Wed, 23 Aug 2023 10:21:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20ECharts=E6=8E=92=E5=BA=8F=E6=9F=B1?= =?UTF-8?q?=E7=8A=B6=E5=9B=BE=E6=8F=92=E4=BB=B6:=E5=88=86=E7=BB=84?= =?UTF-8?q?=E8=BD=B4=E4=B8=BA=E6=97=B6=E9=97=B4=E6=A0=BC=E5=BC=8F=E6=97=B6?= =?UTF-8?q?=E4=B8=8D=E4=BC=9A=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/chart/view/ChartEdit.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/chart/view/ChartEdit.vue b/frontend/src/views/chart/view/ChartEdit.vue index e5f715844e..99cb75314b 100644 --- a/frontend/src/views/chart/view/ChartEdit.vue +++ b/frontend/src/views/chart/view/ChartEdit.vue @@ -2272,7 +2272,7 @@ export default { ele.filter = [] } }) - if (equalsAny(view.type, 'table-pivot', 'bar-group', 'bar-group-stack', 'flow-map') || + if (equalsAny(view.type, 'table-pivot', 'bar-group', 'bar-group-stack', 'flow-map', 'race-bar') || (view.render === 'antv' && view.type === 'line')) { view.xaxisExt.forEach(function(ele) { if (!ele.dateStyle || ele.dateStyle === '') {