DR-charts
DR-charts copied to clipboard
Pie chart related issue
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.
But now the library has removed this and now the function is like
func numberOfValuesForPieChart() -> Int {}
How can we distinguish between different chart views.