echar的折线图的hover事件出现虚线

xAxis: {
type: 'category',
boundaryGap: false,
inverse: true,
axisLabel: {
show: true,
},
axisTick: {
show: false,
},
axisLine: {
lineStyle: {
color: 'rgba(0,0,0,.5)'
}
},
splitLine: {
show: true,
interval: modSl,
lineStyle: {
color: '#ccc',
type: 'solid',
}
},
data: dataName
},

splitLine: {
           show: true,
           lineStyle: {
               type: 'dashed'
           }
       },
posted @ 2022-06-01 09:53  干饭吧  阅读(377)  评论(0)    收藏  举报