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
Hi. I am trying to create a HorizontalBarChartView with multiple yValues per bar and some spacing between each yValue. On HorizontaBarChartRendererer, I have tried modifying the prepareBuffer() method, around line 170 (version 3.4.0) by simply adding some space:
barRect.origin.x = (k > 0) ? left + 10 : left
But I am obviously missing something. Did anybody achieve separation between yValues.
Many thanks.
The text was updated successfully, but these errors were encountered:
Hi. I am trying to create a HorizontalBarChartView with multiple yValues per bar and some spacing between each yValue. On HorizontaBarChartRendererer, I have tried modifying the prepareBuffer() method, around line 170 (version 3.4.0) by simply adding some space:
barRect.origin.x = (k > 0) ? left + 10 : left
But I am obviously missing something. Did anybody achieve separation between yValues.
Many thanks.
The text was updated successfully, but these errors were encountered: