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'm using xAxis.spaceMin and xAxis.spaceMax to add some extra spacing.
axisMaximum are calculated automatically.
What did you expect to happen?
spaceMin and spaceMax will add extra spacing even when setting new data
What happened instead?
Spacing is correct first time i set some data inside the graph.
Once I set new data inside the graph (e.g. lineChartView.data = chartData) the additional space disappear.
The text was updated successfully, but these errors were encountered:
francyrho11
changed the title
spaceMin and spaceMax (xAxis) not workin when setting new data
spaceMin and spaceMax (xAxis) not working when setting new data
Nov 25, 2021
What did you do?
I'm using
xAxis.spaceMin
andxAxis.spaceMax
to add some extra spacing.axisMaximum are calculated automatically.
What did you expect to happen?
spaceMin and spaceMax will add extra spacing even when setting new data
What happened instead?
Spacing is correct first time i set some data inside the graph.
Once I set new data inside the graph (e.g.
lineChartView.data = chartData
) the additional space disappear.The text was updated successfully, but these errors were encountered: