chore: rebuild JS widget bundles and lab extension with rangeslider fix#5655
Open
shadow-byte-warrior wants to merge 1 commit into
Open
chore: rebuild JS widget bundles and lab extension with rangeslider fix#5655shadow-byte-warrior wants to merge 1 commit into
shadow-byte-warrior wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Link to issue
Closes #5614
Description of change
Rebuilds the compiled
plotly.jsassets and Jupyter extension widgets withinplotly.pyto pick up the upstream rangeslider fix forrangemode: "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.pypackage assets with the upstream resolution of the rangeslider layout rendering initialization bug inplotly.js.Guidelines