BEMSimpleLineGraph icon indicating copy to clipboard operation
BEMSimpleLineGraph copied to clipboard

Elegant Line Graphs for iOS. (Charting library)

Results 49 BEMSimpleLineGraph issues
Sort by recently updated
recently updated
newest added

If I want to let x,y and content support zoom, what should I do ? I tried, but there is no effect available.

new feature

I realize this may be by design, but coming from iOS Charts, it would be nice to have labels and interactivity with just one data point.

enhancement

When using autolayout on the view which represents the graph, the XAxis labels are shown/not shown depending on the height of the graph. The following properties on the graph have...

bug
performance

My graph is embedded in a scroll view. If the graph is empty, it handles no touch events, so I can not scroll down. Any ideas why this is happening?

bug
question

Is it even possible to set the y range? I have set baseValueForYAxisOnLineGraph and incrementValueForYAxisOnLineGraph, after looking into the code I found out that autoScaleYAxis has to be activated too,...

bug
todo

One thing which would be really useful - and which I can't see any supported way of doing - is displaying an overall label for the Y-axis (e.g. a '%'...

new feature

Would like to request for the popup label, - boarder thickness and colour - corner radius - shadow formatting - Specify size of the popup (not text) Great chart, thank...

enhancement
new feature

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,...

enhancement

If several data points have a linear growth rate, the bezier path makes it like waves, rather than a straight line ![screenshot](https://cloud.githubusercontent.com/assets/8862302/14946893/90864a2c-105c-11e6-831d-5cc437927074.jpg)

bug
duplicate

Hi, I'm new to this library. I'm trying to get a partial graph. The result is almost right - except for the white triangle where the the partial line ends....

bug