Skip to content

Commit

Permalink
Merge pull request plotly#3510 from plotly/pjs28
Browse files Browse the repository at this point in the history
update plotly.js to 2.8.0
  • Loading branch information
nicolaskruchten authored Dec 11, 2021
2 parents f05faf7 + 29df277 commit 9e281a0
Show file tree
Hide file tree
Showing 393 changed files with 11,787 additions and 2,135 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## UNRELEASED

### Updated
- Updated Plotly.js to from version 2.6.3 to version 2.8.0. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#280----2021-12-10) for more information. Notable changes include:
- Horizontal color bars
- texttemplate for histogram-like traces
- text for heatmap-like traces


## [5.4.0] - 2021-11-15

### Fixed
Expand Down
14 changes: 7 additions & 7 deletions packages/javascript/jupyterlab-plotly/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/javascript/jupyterlab-plotly/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@lumino/messaging": "^1.2.3",
"@lumino/widgets": "^1.8.1",
"lodash": "^4.17.4",
"plotly.js": "^2.6.3"
"plotly.js": "^2.8.0"
},
"jupyterlab": {
"extension": "lib/jupyterlab-plugin",
Expand Down
Loading

0 comments on commit 9e281a0

Please sign in to comment.