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,