fix: adjust deprecated option structure

This commit is contained in:
Justineo
2021-02-22 11:47:16 +08:00
parent cd5a9ec695
commit aaab149c11

View File

@ -15,9 +15,7 @@
"borderWidth": "2" "borderWidth": "2"
}, },
"lineStyle": { "lineStyle": {
"normal": { "width": "3"
"width": "3"
}
}, },
"symbolSize": "10", "symbolSize": "10",
"symbol": "emptyCircle", "symbol": "emptyCircle",
@ -28,9 +26,7 @@
"borderWidth": "2" "borderWidth": "2"
}, },
"lineStyle": { "lineStyle": {
"normal": { "width": "3"
"width": "3"
}
}, },
"symbolSize": "10", "symbolSize": "10",
"symbol": "emptyCircle", "symbol": "emptyCircle",
@ -147,10 +143,8 @@
"borderColor": "#444444" "borderColor": "#444444"
}, },
"lineStyle": { "lineStyle": {
"normal": { "width": 1,
"width": 1, "color": "#aaa"
"color": "#aaa"
}
}, },
"symbolSize": "10", "symbolSize": "10",
"symbol": "emptyCircle", "symbol": "emptyCircle",
@ -329,7 +323,7 @@
"borderColor": "#666" "borderColor": "#666"
} }
} }
}, },
"legend": { "legend": {
"textStyle": { "textStyle": {
"color": "#999999" "color": "#999999"