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
In my code I set margin (e.g. left margin to 10px) and then set yAxisLabel (default padding 12px).
Then I do this again for some action, but in my model margin is still 10px but it isn't true.
I hope you understand my problem. Do you agree that this code smell?
The text was updated successfully, but these errors were encountered:
Probably we should have a function that calculates the margins, that uses .margins() and _yAxisLabelPadding and whatever else. I think it could be a backward compatible change that way. (Except for changing the margins, which behavior does not need to be preserved.)
I think that this code cause a lot of trouble:
In my code I set margin (e.g. left margin to 10px) and then set yAxisLabel (default padding 12px).
Then I do this again for some action, but in my model margin is still 10px but it isn't true.
I hope you understand my problem. Do you agree that this code smell?
The text was updated successfully, but these errors were encountered: