Zomato / DR-charts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pie chart related issue

shubhamgupta0910 opened this issue · comments

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.