Mousemove event only fires when mouse moves over the circles on the line in line chart
Mousemove fires whenever mouse move over chart area, and not only circles on the line
option = {
// TITLE - False
title: {
show: false,
text: 'Turbo Chart'
},
// TOOLBOX - False
toolbox: {
show: false
},
// LEGEND - False
legend: {
data: []
},
// TOOLTIP
tooltip: {
trigger: 'axis',
showContent: true,
axisPointer: {
lineStyle: {
color: '#20a5ad'
}
},
backgroundColor: 'white',
borderWidth: '1',
borderColor: '#20a5ad',
textStyle: {
color: '#20a5ad'
}
},
// GRID
grid: {
show: true,
top: '3%',
left: '2%',
right: '2%',
bottom: '3%',
containLabel: true,
borderColor: '#cccccc'
},
// X AXIS
xAxis: {
type: 'category',
boundaryGap: false,
axisTick: {
show: false
},
axisLine: {
show: false
},
splitLine: {
show: true,
lineStyle: {
color: '#c1e4e4'
}
},
axisLabel: {
inside: false,
margin: 5,
textStyle: {
color: '#339d9f',
align: 'left',
baseline: 'top'
}
}
},
// Y AXIS
yAxis: {
type: 'value',
axisTick: {
show: false
},
axisLine: {
show: false
},
splitLine: {
lineStyle: {
color: '#c1e4e4'
}
},
axisLabel: {
formatter: '{value}%'
}
},
series: [{
type: 'line',
data: []
}]
}
Same here. Any fix?
Now over 2 years, there is still no fix to this issue ?
has any fix?
Most helpful comment
Now over 2 years, there is still no fix to this issue ?