From 90c2b261baa892efcf68eb03ec62bc3b61957d02 Mon Sep 17 00:00:00 2001 From: junjie Date: Thu, 21 Oct 2021 16:11:51 +0800 Subject: [PATCH] feat:antv --- frontend/src/views/chart/chart/chart.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/chart/chart/chart.js b/frontend/src/views/chart/chart/chart.js index 1d20681aab..8a258a56b5 100644 --- a/frontend/src/views/chart/chart/chart.js +++ b/frontend/src/views/chart/chart/chart.js @@ -15,7 +15,7 @@ export const DEFAULT_SIZE = { barGap: 0.4, lineWidth: 1, lineType: 'solid', - lineSymbol: 'emptyCircle', + lineSymbol: 'circle', lineSymbolSize: 4, lineSmooth: false, lineArea: false,