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
I noticed this issue while playing around with it too. I've fixed it in my fork, but the issue was that self.cachedMaxHeight was not recalculated when [self maxHeight] was called in reloadData.
Just set self.cachedMaxHeight to kJBBarChartViewUndefinedMaxHeight in the reloadData function at the end of the createDataDictionaries block. This then forces the barchartview to recalculate the height.
When a bar's height is taller than the previous maximum, the height of other bars should be reduced (normalized).
The text was updated successfully, but these errors were encountered: