From dd2f5b2cfbfca8140c785f3198856d3891ff1333 Mon Sep 17 00:00:00 2001 From: wisonic-s Date: Thu, 12 Oct 2023 10:59:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BB=B4=E5=BA=A6=E4=B8=BA=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E6=A0=BC=E5=BC=8F=E6=97=B6=E5=9B=BE=E4=BE=8B=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E4=B8=8D=E5=85=A8#6253?= 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 | 3 +++ 1 file changed, 3 insertions(+) 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 b8111e6c79..04e85da5cb 100644 --- a/core/frontend/src/views/chart/chart/line/line_antv.js +++ b/core/frontend/src/views/chart/chart/line/line_antv.js @@ -31,6 +31,9 @@ export function baseLineOptionAntV(plot, container, chart, action) { const analyse = getAnalyse(chart) // options const options = { + meta: { + category: 'cat' + }, point: {}, theme: theme, data: data,