philackm / ScrollableGraphView

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

Adding labels by the points as legends #139

Open alpascual opened 6 years ago

alpascual commented 6 years ago

I cannot add a label by the spike or the curve on the chart. Any ideas or improvements coming?

weiran commented 6 years ago

This doesn't solve your problem, but you can probably do something similar with my PR to add plot labels: https://github.com/philackm/ScrollableGraphView/pull/143