From 251749ec2cf680e1939fc683dba2719501ef6196 Mon Sep 17 00:00:00 2001 From: wisonic-s Date: Fri, 27 Oct 2023 17:49:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8A=98=E7=BA=BF=E5=9B=BE=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E7=BB=B4=E5=BA=A6=E7=9A=84=E5=9B=BE=E4=BE=8B=E4=B8=A2?= =?UTF-8?q?=E5=A4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/frontend/src/views/chart/chart/line/line_antv.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/frontend/src/views/chart/chart/line/line_antv.js b/core/frontend/src/views/chart/chart/line/line_antv.js index 04e85da5cb..1fe56e47f5 100644 --- a/core/frontend/src/views/chart/chart/line/line_antv.js +++ b/core/frontend/src/views/chart/chart/line/line_antv.js @@ -32,7 +32,9 @@ export function baseLineOptionAntV(plot, container, chart, action) { // options const options = { meta: { - category: 'cat' + category: { + type: 'cat' + } }, point: {}, theme: theme,