From aaab149c11c1d26b7ac8d17eb53ad8e338541685 Mon Sep 17 00:00:00 2001 From: Justineo Date: Mon, 22 Feb 2021 11:47:16 +0800 Subject: [PATCH] fix: adjust deprecated option structure --- src/demo/theme.json | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/src/demo/theme.json b/src/demo/theme.json index 8b2075a..87775c5 100644 --- a/src/demo/theme.json +++ b/src/demo/theme.json @@ -15,9 +15,7 @@ "borderWidth": "2" }, "lineStyle": { - "normal": { - "width": "3" - } + "width": "3" }, "symbolSize": "10", "symbol": "emptyCircle", @@ -28,9 +26,7 @@ "borderWidth": "2" }, "lineStyle": { - "normal": { - "width": "3" - } + "width": "3" }, "symbolSize": "10", "symbol": "emptyCircle", @@ -147,10 +143,8 @@ "borderColor": "#444444" }, "lineStyle": { - "normal": { - "width": 1, - "color": "#aaa" - } + "width": 1, + "color": "#aaa" }, "symbolSize": "10", "symbol": "emptyCircle", @@ -329,7 +323,7 @@ "borderColor": "#666" } } -}, + }, "legend": { "textStyle": { "color": "#999999"