Skip to content

Commit 394ccfd

Browse files
Issue 862 - Plotly.js 1.55.2 (plotly#864)
1 parent 49c42db commit 394ccfd

File tree

3 files changed

+30
-27
lines changed

3 files changed

+30
-27
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1010
- [#850](https://github.com/plotly/dash-core-components/pull/850) Add property `prependData` to `Graph` to support `Plotly.prependTraces`
1111
+ refactored the existing `extendTraces` API to be a single `mergeTraces` API that can handle both `prepend` as well as `extend`.
1212

13+
### Updated
14+
- [#864](https://github.com/plotly/dash-core-components/pull/864) Upgraded Plotly.js to [1.55.2](https://github.com/plotly/plotly.js/releases/tag/v1.55.2)
15+
1316
## [1.12.0] - 2020-09-03
1417
### Updated
1518
- [#858](https://github.com/plotly/dash-core-components/pull/858)

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"fast-isnumeric": "^1.1.3",
4545
"highlight.js": "^9.17.1",
4646
"moment": "^2.20.1",
47-
"plotly.js": "1.55.1",
47+
"plotly.js": "1.55.2",
4848
"prop-types": "^15.6.0",
4949
"ramda": "^0.26.1",
5050
"rc-slider": "^9.1.0",

0 commit comments

Comments
 (0)