Boris-Em / BEMSimpleLineGraph

Elegant Line Graphs for iOS. (Charting library)
MIT License
2.66k stars 382 forks source link

Highlight Specific Point on Graph #258

Open 128keaton opened 8 years ago

128keaton commented 8 years ago

Is there anyway we can highlight a data point at a specific index? Make the point 'blink' or have a popup appear? Something along the lines of:

lineGraph(graph: BEMSimpleLineGraphView, highlightPointAtIndex index: Int)
Sam-Spencer commented 8 years ago

Issue #199 originally made this request and was marked as wontfix. However, considering it has now been requested on more than one occasion, I think we can add this to the work list. Thanks for the suggestion.