RKPieChart icon indicating copy to clipboard operation
RKPieChart copied to clipboard

Pie Chart written in Swift 3

Results 7 RKPieChart issues
Sort by recently updated
recently updated
newest added

Any chance to get it updated to the latest version of swift? It is a really nice package

``` firstItem = RKPieChartItem(ratio: 50, color: UIColor.orange) chartView = RKPieChartView(items: [firstItem]) chartView.circleColor = .green chartView.translatesAutoresizingMaskIntoConstraints = false chartView.arcWidth = 10 chartView.isIntensityActivated = false chartView.style = .round chartView.isTitleViewHidden = true chartView.isAnimationActivated...

I want to change center label textColor as well as Font size. I can't access the component since it's private.

Center Lable text gets overlapped of RKPieChartView used in UItableViewCell.

Hey :) Any way of making the circle full without modifying the library? Maybe passing a `-1` or something can indicate a full circle which would then use 2*Pi for...

I have installed RKPieChart and it works fine for 2 and 3 values with PieChart. but only one value is 100 and other two are 0, piechart not showing.

Thank you for your efforts, But when I implement the chart then write this code: chartView.circleColor = .green chartView.arcWidth = 60 every time the app crashes and returns null!