Skip to content

Commit cc6daff

Browse files
bump plotly.js to 1.58.1
1 parent 1400241 commit cc6daff

File tree

7 files changed

+93
-329
lines changed

7 files changed

+93
-329
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1111

1212
### Fixed
1313

14-
- axes will now auto-type numeric strings as categorical data rather than linear [2951](https://github.com/plotly/plotly.py/pull/2951)
14+
- axes will now auto-type numeric strings as categorical data rather than linear in the default templates [2951](https://github.com/plotly/plotly.py/pull/2951)
1515

1616
### Updated
1717

18-
- Updated Plotly.js to version 1.58.0. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/v1.58.0/CHANGELOG.md) for more information. These changes are reflected in the auto-generated `plotly.graph_objects` module.
18+
- Updated Plotly.js to version 1.58.1. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/v1.58.0/CHANGELOG.md) for more information. These changes are reflected in the auto-generated `plotly.graph_objects` module. Notable changes include:
19+
- a new `ticklabelposition` attribute to enable positioning tick labels inside the plotting area
20+
- better support for `scaleanchor` and `matches` on cartesian axes for matched square subplots
21+
- a new `autotypenumbers` attribute which is now set to `strict` in the default templates
22+
- various fixes relating to `automargins` for small figures
1923

2024

2125
## [4.13.0] - 2020-11-23

packages/javascript/jupyterlab-plotly/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"typescript": "~3.7.0"
3232
},
3333
"dependencies": {
34-
"plotly.js": "^1.58.0",
34+
"plotly.js": "^1.58.1",
3535
"@types/plotly.js": "1.44.28",
3636
"@jupyterlab/rendermime-interfaces": "^1.3.0 || ^2.0.0",
3737
"@lumino/messaging": "^1.2.3",

0 commit comments

Comments
 (0)