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
by default, the lien will show all you entries, so you won't need to help.
When you zoom in, then you can scroll. Zooming in will zoom in the x axis values as well.
About the decimals, you can set granularity to like 1.
If you really want to scroll, then you have to create a big view and zoom in at first, then you can scroll.
Double check your feature requirement
Hey,
I am trying to make this line graph scrollable, the only way I have found so far is
chart.zoom(scaleX: 2.0, scaleY: 0.0, x: 0.0, y: 0.0)
But this causes the x-axis values to become decimals as in the attached image.
Is there another way I can implement scrolling, without the values becoming decimals?
Thanks
The text was updated successfully, but these errors were encountered: