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
Sorry, the charting library does not support this kind of functionality.
A few ideas on how to hack this (using the example above):
Create three separate charts; one for Chocolate, one for Vanilla and one for Strawberry. Create a master UIView that manages the layout of the three charts.
Add 'fake' data between each of the groups (ie. bars with a value of 0)
Modify the library to support groups (numberOfGroupsInChart:, barIndexForGroupIndex:), etc. This is the most complicated version.
Hi, thank you for this library. It's a great job.
I have a problem. How can I group bars?
Like this :
The text was updated successfully, but these errors were encountered: