Skip to content

Commit 9975d3a

Browse files
committed
update Plotly.js to version 3.0.0
The test for the pointcloud trace type is removed, because this type was deprecated and has been removed in Plotly.js 3.0.0.
1 parent cc0b584 commit 9975d3a

File tree

5 files changed

+3887
-79
lines changed

5 files changed

+3887
-79
lines changed

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ version change in this application.
1212

1313
## Version NEXT (2025-02-??)
1414

15+
* __[breaking change]__ + __[maintenance]__
16+
The version of Plotly.js is bumped from 2.35.3 to 3.0.0.
17+
The new version contains some new features and fixes. It also contains some
18+
breaking changes, for example some deprecated features have been removed. For
19+
details on those see
20+
[the changelog of Plotly.js](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#300----2025-01-27).
21+
1522
* __[maintenance]__
1623
Update dependencies `tldts` + `tldts-core` to 6.1.76.
1724

export-server/plotly-2.35.3.min.js

Lines changed: 0 additions & 8 deletions
This file was deleted.

export-server/plotly-3.0.0.min.js

Lines changed: 3879 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

export-server/ssr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ exports.render = async function(jsonData, width, height) {
7575
};
7676

7777
return await
78-
fs.promises.readFile('./plotly-2.35.3.min.js', 'utf-8')
78+
fs.promises.readFile('./plotly-3.0.0.min.js', 'utf-8')
7979
.then(win.eval)
8080
.then(() => win.Plotly.toImage({data: array_data, layout: layout, config: config},
8181
{ format: 'svg', imageDataOnly: true }))

export-server/tests/charts/basic/pointcloud.test.js

Lines changed: 0 additions & 70 deletions
This file was deleted.

0 commit comments

Comments
 (0)