Skip to content

chore: rebuild JS widget bundles and lab extension with rangeslider fix#5655

Open
shadow-byte-warrior wants to merge 1 commit into
plotly:mainfrom
shadow-byte-warrior:fix-rangeslider-fixed-rangemode
Open

chore: rebuild JS widget bundles and lab extension with rangeslider fix#5655
shadow-byte-warrior wants to merge 1 commit into
plotly:mainfrom
shadow-byte-warrior:fix-rangeslider-fixed-rangemode

Conversation

@shadow-byte-warrior

@shadow-byte-warrior shadow-byte-warrior commented Jul 11, 2026

Copy link
Copy Markdown

Link to issue

Closes #5614

Description of change

Rebuilds the compiled plotly.js assets and Jupyter extension widgets within plotly.py to pick up the upstream rangeslider fix for rangemode: "fixed". This addresses the initial rendering bug where unexpected thick gray horizontal bars would span the slider track when the plot initially loads.

Demo

Initial rendering (Before upstream fix/bundle rebuild):
The rangeslider displays two thick, solid gray bars stretching across the track width.

After upstream fix/bundle rebuild (Expected):
The range slider track displays cleanly with the correct default visual background.

Testing strategy

Verified using the reproduction script locally. Python tests in tests/test_core/test_graph_objs/ were run and passed successfully to ensure no regressions were introduced to the figure schemas or serialization.

Additional information

This is a package dependency integration PR aligning plotly.py package assets with the upstream resolution of the rangeslider layout rendering initialization bug in plotly.js.

Guidelines

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.

[BUG]: Range slider y-axis "fixed" rangemode renders unexpected thick horizontal bars on initial load

1 participant