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
{{ message }}
This repository was archived by the owner on Nov 26, 2025. It is now read-only.
If i use selection callbacks to display the selected values in the Graph and setting up a customSeriesRenderer to display the areas under lines at the same time, it works well just at the beginning. If i tap the graph a multiple times, an exception will be thrown and the UI seems to be broken.
After selecting the first points everything looks fine:
A few selections later the graph is gone and labels are at the bottom of the screen:
If i use selection callbacks to display the selected values in the Graph and setting up a customSeriesRenderer to display the areas under lines at the same time, it works well just at the beginning. If i tap the graph a multiple times, an exception will be thrown and the UI seems to be broken.
After selecting the first points everything looks fine:

A few selections later the graph is gone and labels are at the bottom of the screen:

Code:
selection_callback_example.zip
Error:
error_output.txt