Upgrade bundled plotly.js from 3.6.0 to 3.7.0 (#419) - #420
Merged
Conversation
This was referenced Jul 11, 2026
andrei-ng
force-pushed
the
upgrade-plotlyjs-3.7.0
branch
from
July 27, 2026 12:04
55a176b to
8cd5309
Compare
- replaces the three vendored plotly.min.js copies (plotly, plotly_static,
docs/book) with v3.7.0 and bumps the pinned CDN version strings in
plot.rs, the jupyter notebook template, plotly_static template, and the
book header.
- fix wasm-yew examples, plotly.js was pinned at 2.14.0, and multiple_plots_example
used plotly-latest.min.js, which the CDN freezes at v1.58.5 (2021) —
a 1.x runtime against a library that now emits 3.x JSON.
Closes plotly#419
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
andrei-ng
force-pushed
the
upgrade-plotlyjs-3.7.0
branch
from
July 27, 2026 12:07
8cd5309 to
e769191
Compare
andrei-ng
approved these changes
Jul 27, 2026
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.
Closes #419.
Upgrades the vendored plotly.js from 3.6.0 to 3.7.0.
Changes
plotly.min.jsinplotly/resource/,plotly_static/resource/, anddocs/book/with the 3.7.0 build (all three self-reportplotly.js v3.7.0).plotly/src/plot.rs,plotly/templates/jupyter_notebook_plot.html,plotly_static/src/template.rs, anddocs/book/theme/header.hbs.Testing
cargo test -p plotly— 332 + 25 pass.No public API changes — this is a bundle + version-string refresh.