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
Hi Am working on line charts and wish to have a functionality where the user can simply drag a line on the chart to the point he wants to and that should update a label instead of a single touch. is this possible?
The text was updated successfully, but these errors were encountered:
you want drag a line to another place? This seems a standalone logic to do so. Think about the UICollectionViewCell dragging to reorder. Is that the similar behavior?
This is what I mean. Like the vertical indicator I should be able to drag and the chart itself should scroll. The workarounds i've tried so far do one of them but not both...
the scroll behavior is already supported. By default, the chart shows all the values so it can't scroll. If you zoom in, it can scroll. You can also use setVisibleXRangeMaximum and setVisibleXRangeMinimum at first, so you can scroll without a manual zoom in.
You can also call moveViewToX
Hi Am working on line charts and wish to have a functionality where the user can simply drag a line on the chart to the point he wants to and that should update a label instead of a single touch. is this possible?
The text was updated successfully, but these errors were encountered: