Skip to content

Conversation

yaugenka
Copy link

@yaugenka yaugenka commented Jan 15, 2022

Fixes #3298, Fixes #2980, Fixes #4640, Fixes #4557, Fixes #3673.

For those who are looking for a workaround solution, have posted one into #3298.

The fix required modification of AxisRender.ComputeAxisValues just for XAxis.
In order to avoid code duplication, the following refactoring was done.
ComputeAxisValues was split into CompleteAxisInterval (the part which differs for X and Y axis) and ComputeAxisValues (the common part). The resulting workflow is X/YAxisRenderer.ComputeAxis -> X/YAxisRenderer.CompleteAxisInterval -> AxisRender.ComputeAxisValues.

@yaugenka yaugenka changed the title Add spaceBetweenLabelsMin property to XAxis; fix xAsis labels overlapping Fix x-axis labels overlapping Jan 26, 2022
@hannesa2
Copy link
Contributor

hannesa2 commented Feb 25, 2022

Nice changes, what do you think about this ? #5268

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants