Line graph on IOS

320 Views Asked by At

I am looking to do a basic line graph on IOS. However, I also need the ability for the user to zoom in on the graph (which is a timeline) for additional detail. What library is recommended to pursue to do this? What about doing this function in a WebView and HTML, rather than as a native capability?

1

There are 1 best solutions below

2
On

Core Plot is a good choice. You'll need to use the code from the release-2.0 branch or wait for the 2.0 release (hopefully soon) if you intend to use it in a Swift app.