zemirco / swift-linechart

Line Chart library for iOS written in Swift
602 stars 68 forks source link

Scrolling on X axis #45

Open andrewcookies opened 6 years ago

andrewcookies commented 6 years ago

Hi, I need some help with my graph. The main problem is that I have too much value on X-axis and in order to improve UX I'd like to enable scroll on X-axis. In this way, the user can scroll horizontally the graph (Y-axis must not change).

Thanks for help