其他分享
首页 > 其他分享> > echar的折线图的hover事件出现虚线

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'
           }
       },

标签:lineStyle,hover,false,show,color,true,echar,折线图,type
来源: https://www.cnblogs.com/czb1218/p/16333276.html