looserLiu edited a comment on issue #16264:
URL: https://github.com/apache/echarts/issues/16264#issuecomment-1001887899
myChart.on('mouseover', (params) => {
console.log(params, 444);
myChart.setOption({
tooltip: {
axisPointer: {
lineStyle: {
color: 'rgba(60, 85, 221,0.6)'
},
},
}
});
});
I tried as above, but It was not reflected in time. When the mouse left to
another point a long time later,It could change occasionally. And I cannot get
a xAxis_value while hovering a blank area
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]