fix: 修改双折线图X轴无法变化的问题

This commit is contained in:
奔跑的面条 2022-06-11 14:08:25 +08:00
parent c249c120c1
commit a22e4b814b

View File

@ -21,7 +21,6 @@ const option = {
xAxis: {
show: true,
type: 'category',
data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun']
},
yAxis: {
show: true,