Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed a bug in the axis that could cause an incorrect size of area for the labels if _forceStepToMin is true #438

Merged
merged 4 commits into from
Apr 25, 2022

Conversation

MarcF12
Copy link
Contributor

@MarcF12 MarcF12 commented Apr 12, 2022

The fix is similar to the code in Axis.cs line 249 and PolarAxis.cs line 223. This piece was missing in the GetPossibleSize(Chart<TDrawingContext> chart) method, such that the area where the labels are shown could get an incorrect size.

Marc Fleurke and others added 4 commits February 28, 2022 09:58
@beto-rodriguez
Copy link
Owner

Thanks! this was definitely missing.

@beto-rodriguez beto-rodriguez merged commit 899b532 into beto-rodriguez:master Apr 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants