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've created BarChart in code and have a problem: when it is displayed it crops left yaxis labels and last value is missing. There are only 7 values showed, rest is shown when scrolling using setVisibleXRangeMaximum and setVisibleXRangeMaximum to 7, then I use moveViewToX. After that this is what I get:
But then after scrolling left to the last value view is "refreshed" and I get this:
Is there a way to set the view on create?
The text was updated successfully, but these errors were encountered:
I've created BarChart in code and have a problem: when it is displayed it crops left yaxis labels and last value is missing. There are only 7 values showed, rest is shown when scrolling using setVisibleXRangeMaximum and setVisibleXRangeMaximum to 7, then I use moveViewToX. After that this is what I get:
But then after scrolling left to the last value view is "refreshed" and I get this:
Is there a way to set the view on create?
The text was updated successfully, but these errors were encountered: