This repository has been archived by the owner on Dec 2, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 382
Graph not showing values for large data set #286
Comments
Please see issues #109 and #272. Although the strategy the graph uses to draw points by using tags is likely not efficient or reliable, it also limits the graph to 900 points. Is there any reason you need 1825 data points? Or can you reformat your data structure to use fewer? I'm curious what type of information you're displaying that requires so many points to be displayed to the user at the same time. EDIT: Marked as duplicate of #272. |
Got it! The feature branch fixes this issue and more. It will likely be merged into master today. |
4 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I load the graph with 1800 values , The graph loads properly but when I swipe the graph, the graph shows the values upto some instant, and after the point the graph is not showing any values.
As you can see, the graph is not showing the values after 7466 even though I swipe the graph to the very end.
When I debug, the last index the graph is able to show is 899, but my array has 1825 values.
The text was updated successfully, but these errors were encountered: