You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: