Skip to content

chore: Update plotly.js to v3.7.0#5639

Merged
emilykl merged 5 commits into
mainfrom
update-plotlyjs-3.7.0
Jul 6, 2026
Merged

chore: Update plotly.js to v3.7.0#5639
emilykl merged 5 commits into
mainfrom
update-plotlyjs-3.7.0

Conversation

@emilykl

@emilykl emilykl commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Link to issue

n/a

Description of change

Update Plotly.js version from 3.6.0 to 3.7.0 and all associated files.

Testing strategy

  • Check out branch and pip install -e .
  • Run python -c "import plotly.express as px; fig = px.scatter(y=[1,2,3]); fig.show()"
  • Hover over the Plotly logo in the modebar and verify that it shows version 3.7.0

Guidelines

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the bundled Plotly.js dependency to v3.7.0 and refreshes the associated generated artifacts (schema, graph object docs, and JS build outputs) so plotly.py stays aligned with upstream Plotly.js behavior and configuration options.

Changes:

  • Bump Plotly.js from 3.6.0 to 3.7.0 across Python and JS metadata, including the lockfile.
  • Refresh generated schema / graph object documentation and related config descriptions (notably the “send to cloud” modebar button naming).
  • Update updateplotlyjs workflow to rebuild JS bundles and include updated JupyterLab extension artifacts.

Reviewed changes

Copilot reviewed 9 out of 16 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
plotly/offline/_plotlyjs_version.py Bumps the recorded Plotly.js version used by offline machinery.
plotly/labextension/static/remoteEntry.2c524f5a18b54c442f5d.js Updated JupyterLab extension remote entry bundle from rebuild.
plotly/labextension/static/1.3ad216e94ff8bdcd7b73.js.LICENSE.txt New/updated bundled license text from rebuilt JS artifacts.
plotly/labextension/package.json Updates Plotly.js dependency and remoteEntry filename pointer.
plotly/graph_objs/layout/_modebar.py Regenerated modebar button documentation to match updated schema/config.
js/package.json Bumps Plotly.js dependency version for the JS build workspace.
js/package-lock.json Updates lockfile resolution/integrity to Plotly.js 3.7.0.
CONTRIBUTING.md Updates contributor workflow for Plotly.js bumps (now includes build step).
commands.py Makes update_plotlyjs rebuild bundles by default (build=True).
codegen/resources/plot-schema.json Updates upstream schema/config descriptions for Plotly.js 3.7.0.
CHANGELOG.md Adds Unreleased entry documenting Plotly.js bump and notable changes.
Files not reviewed (1)
  • js/package-lock.json: Generated file

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread CONTRIBUTING.md Outdated
Comment thread CONTRIBUTING.md Outdated
Comment thread CHANGELOG.md Outdated
@emilykl emilykl changed the title Update plotly.js to v3.7.0 chore: Update plotly.js to v3.7.0 Jul 6, 2026
@emilykl emilykl merged commit c27c986 into main Jul 6, 2026
25 checks passed
@emilykl emilykl deleted the update-plotlyjs-3.7.0 branch July 6, 2026 16:39
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.

3 participants