Skip to content

Regression of bar plot axis scaling between 1.51.1 and 1.51.2 #4567

Description

@brubbel

@archmoj

96ef28a#diff-41fd60f1e6a06a5340748d3f4b3754e6R218-R225

This commit broke (my) bar plots which are updated in chunks. Horizontal axis of the bar plot stopped rescaling correctly between 1.51.1 and 1.51.2.
This has been working for years so this should be considered as a regression.

By removing this if statement it starts working again:

if(spansHorizontal) {

New behaviour:
image

Version <= 1.51.1 (or above if-statement removed in 1.51.2):
image

If required, I'll try to construct a simple example to reproduce.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugsomething broken

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions