Skip to content

Commit ed0445d

Browse files
committed
update plotlyjs version to 2.18.1
1 parent 92ce5bc commit ed0445d

File tree

3 files changed

+39
-24
lines changed

3 files changed

+39
-24
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## UNRELEASED
6+
7+
### Updated
8+
- Updated Plotly.js to from version 2.18.0 to version 2.18.1. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#2181----2023-02-02) for more information. These changes are reflected in the auto-generated `plotly.graph_objects` module. Notable changes include:
9+
- Update of `d3-interpolate` and `d3-color` to v3
10+
- Fix for scaling of exports
11+
- Fix for hover on IE
12+
13+
514
## [5.13.0] - 2023-01-23
615

716
### Updated

packages/javascript/jupyterlab-plotly/package-lock.json

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

packages/javascript/jupyterlab-plotly/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@lumino/messaging": "^1.2.3",
6666
"@lumino/widgets": "^1.8.1",
6767
"lodash": "^4.17.4",
68-
"plotly.js": "^2.18.0"
68+
"plotly.js": "^2.18.1"
6969
},
7070
"jupyterlab": {
7171
"extension": "lib/jupyterlab-plugin",

0 commit comments

Comments
 (0)