You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This code can only works on the downsampled data or small series (< 300k). With a bigger serie, when zooming, the display will switch to the sections to display the full dataset but only on the current span (Level Of Detail approach).
A better approach could be to ask the series to do the rendering localy (like the curve plot): the plot create the tooltip, show mouse x, and each serie draw the nearest point x,y with scatter and color.
With such approach, the serie can switch between downsampled and sections and internal data do not need to be exposed
WDYT?
This code can only works on the downsampled data or small series (< 300k). With a bigger serie, when zooming, the display will switch to the sections to display the full dataset but only on the current span (Level Of Detail approach).
A better approach could be to ask the series to do the rendering localy (like the curve plot): the plot create the tooltip, show mouse x, and each serie draw the nearest point x,y with scatter and color. With such approach, the serie can switch between downsampled and sections and internal data do not need to be exposed WDYT?
ah right clearly didnt try zooming in :/. Alright i will take you up on the approach
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Not sure if Issue #12 wanted this?