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
I want to synchronize the scrolling of a RecyclerView with a LineChart, but I'm having issues. When the chart is scrolled to a part that is not initially visible, it simply shows as blank.
I want to synchronize the scrolling of a RecyclerView with a LineChart, but I'm having issues. When the chart is scrolled to a part that is not initially visible, it simply shows as blank.
I'm using version 3.1.0.
RecyclerView scroll:
LineGraph scroll:
The scrolling works fine, the only issue is that the chart gets cut off.
This is my whole graph code:
Example1 -> Before scroll.
Example2 -> After scroll.
The text was updated successfully, but these errors were encountered: