philackm / ScrollableGraphView

An adaptive scrollable graph view for iOS to visualise simple discrete datasets. Written in Swift.
MIT License
5.32k stars 472 forks source link

Plot labels #143

Open weiran opened 6 years ago

weiran commented 6 years ago

Added a new type of label anchored to plot points.

The text and visibility are configured with two new methods in ScrollableGraphViewDataSource:

Label style and position is configured with three new properties on Plot:

Example:

screen shot 2018-07-14 at 13 56 41
dromerobarria commented 5 years ago

Hi, what happend with this?

weiran commented 5 years ago

It's available on my fork, looks like the owner of this project has abandoned it so don't hold your breath waiting on this getting merged.