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

This commit is contained in:
奔跑的面条 2022-06-11 14:13:32 +08:00
parent a5e83bfe9f
commit 616584fc19

View File

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