tkappenman

Results 7 comments of tkappenman

Here's a [jsfiddle]( https://jsfiddle.net/hL81u43q/11/). I had to reduce the number of samples because otherwise the browser would freeze when attempting to draw the plots. If you [change symbols to to...

I forgot to mention that it is a live updating graph. I think because it is a live graph, line/symbol rendering happens very often and downsampling to fewer points would...

Unfortunately I can't hover over the point to see the tooltip if I do that. I can't use axis tooltip mode because it shows every single point, and there are...

If this isn't an option, is there a way to accelerate the chart loading using WebGL? I know that echarts uses webgl to implement several 3d charts. Is is possible...

> We are planning to enhance the line tooltip and can able to snap to the data point, even if the symbol is not drawn. Yes, that would be great...

Hi @pissang, > We are planning to enhance the line tooltip and can able to snap to the data point, even if the symbol is not drawn. Is this still...

[#15437](https://github.com/apache/echarts/issues/15437) I thought there were plans to snap to the nearest point for a graph with symbols set to "None"? I have some very large graphs which require trigger set...