Skip to content

[BUG] Patch update with relayoutData no longer working after Dash 4.1 to 4.2 upgrade #3810

Description

@ghaarsma

After upgrading from Dash 4.1 to Dash 4.2, a part of our Dash trending of timeseries data failed to work correctly.

Under Dash 4.1 (Python 3.14), everything works as expected in the attached MRE. You can hit forward/backward button and pan (click and drag the x-axes) the trend.

After upgrading to Dash 4.2, the forward/backward buttons still work, but when you try to pan after selecting forward/backward the panning doesn't work anymore. The figure is stuck on the prior x-axis range.

dash_patch_relayout.py

How it should look (always a diagonal line):
Image

When first hitting forward/backward and then panning (this works fine under Dash 4.1, but not Dash 4.2):

Image

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