Skip to content

X-Axis Line not visible #1024

Description

@mgm-rwagner

Describe the bug
After the upgrade from 3.8.8 to 4.0.4 the X-Axis Line is moved up and therefore it is behind the chart and invisible.

To Reproduce

chart.getStyler()
	.setPlotGridLinesColor(ChartColor.WHITE.getColor());

chart.getStyler()
	.setLocale(locale)
	.setChartTitleVisible(true)
	.setPlotBorderVisible(false)
	.setLegendBorderColor(null)
	.setPlotBackgroundColor(ChartColor.LIGHT_GREY.getColor())
	.setChartBackgroundColor(ChartColor.WHITE.getColor())
	.setLegendPadding(5)
	.setLegendPosition(LegendPosition.OutsideS)
	.setLegendLayout(LegendLayout.Horizontal);

Screenshots
With version 3.8.8:

Image

With version 4.0.4:

Image

Expected behavior
The X-Axis Line is visible as it was with version 3.8.8

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions