DR-charts
DR-charts copied to clipboard
Previously, in pie chart we have data sources like `func numberOfValues(forPieChart pie: UIView!) -> Int {}`, So we can use these methods for multiple charts views on the same controller....
HI. I get the following crash: ``` #0. Crashed: com.apple.main-thread 0 CoreGraphics 0x1be3da648 CGColorEqualToColor + 40 1 QuartzCore 0x1c0c2680c CACGContextEvaluator::update_with_color(CGColor*, CGCompositeOperation) + 84 2 QuartzCore 0x1c0c25a78 draw_path(CGContextDelegate*, CGRenderingState*, CGGState*, CGPathDrawingMode,...
`{ GainValue = "3400724.4016"; LossValue = "37548804.2016"; ModelID = PMD000001; }, { GainValue = "370897181.1"; LossValue = "428497181.1"; ModelID = PMD000005; }, { GainValue = 362443356; LossValue = 362443356; ModelID...
drawing the first chart is fine. However, when a second chart is to be drawn, the first graph still is shown thus the second graph overlaps the first one. For...
I am using bar chart in iOS . How to manage long text labels on x-axis? in my case texts are overlapping with next point label
I'm facing issues are as follows. 1. I had Update my pod file and add new pods to install and i don't want to update DR-Charts from 1.3 to 1.4....
when having more than 2 bar charts all the information of the other bars overlap on the second bar chart. how can i avoid this? thank you.
Hi, in bar chart the x values are overlapping if the text is bigger , if I increase bar width it works fine but when I scroll horizontally the Y...
Hi Can we add rounded corners to the Bar graph? I tried the following, But it is not rendering the Round-Rect corners. ``` - (UIBezierPath *)drawBarPathWithStartPoint:(CGPoint)startPoint endPoint:(CGPoint)endPoint{ CGRect rect =...