BEMSimpleLineGraph
BEMSimpleLineGraph copied to clipboard
Elegant Line Graphs for iOS. (Charting library)
If I want to let x,y and content support zoom, what should I do ? I tried, but there is no effect available.
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.
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...
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?
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,...
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 '%'...
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...
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,...
If several data points have a linear growth rate, the bezier path makes it like waves, rather than a straight line 
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....