You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2022/02/18 09:29:31 UTC

[GitHub] [echarts] l1b3r commented on issue #15488: Display the nearest data of different series in one tooltip.

l1b3r commented on issue #15488:
URL: https://github.com/apache/echarts/issues/15488#issuecomment-1044209422


   The workaround from @Methodician might be viable in cases when you know the sampling frequency beforehand. However, in more general cases when your data is of various sampling rate it unfortunately does not work. Some datasets don't have a data point that would round to a specific point on the `x` axis while other datasets can round down to the same `x` multiple times. 
   
   See the screenshot for an example of such scenario.
   ![image](https://user-images.githubusercontent.com/6207227/154655475-57498658-fc6b-4187-8fc8-fbbac6998165.png)
   
   
   So, +1 from me for being able to snap to the nearest point within a given margin of error.


-- 
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: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org