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'm probably doing something wrong here, but I can't get the highlighting per drag to work on my line chart. Highlighting per tap works perfectly, I get the events in the ValueSelectedListener, but not when dragging.
The chart must be fully zoomed out and unable to drag in either direction for highlighting to work.
Am I supposed to get the drag highlights somewhere else than the ChartValueSelectedListener?
The text was updated successfully, but these errors were encountered:
take a look at the drag gesture handler. or provide your own.
and maybe just use highlightPerDragEnabled
next time, ask on stack overflow for how-to questions. saying something 'not work' is a serious charge :D and need some more details and logs. this is more like a how-to question
Hi,
I'm probably doing something wrong here, but I can't get the highlighting per drag to work on my line chart. Highlighting per tap works perfectly, I get the events in the ValueSelectedListener, but not when dragging.
The chart must be fully zoomed out and unable to drag in either direction for highlighting to work.
Am I supposed to get the drag highlights somewhere else than the ChartValueSelectedListener?
The text was updated successfully, but these errors were encountered: