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
We have a use case where we need some custom logic when displaying a label on a bar chart. A zero value would at times need to be labeled N/A. I don't think the current interface makes it easy to support this.
We have a use case where we need some custom logic when displaying a label on a bar chart. A zero value would at times need to be labeled N/A. I don't think the current interface makes it easy to support this.
I've implemented this functionality modeled after MPAndroidChart's ValueFormatter interface.
Changes can be viewed in this git repo.
https://github.com/franqueli/ios-charts/tree/ValueFormatterProtocol
The text was updated successfully, but these errors were encountered: