Skip to content

Commit 67927f7

Browse files
committed
plotly.js 2.4.2
1 parent 1399fb7 commit 67927f7

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ This project adheres to [Semantic Versioning](https://semver.org/).
1919

2020
- [#1729](https://github.com/plotly/dash/pull/1729) Include F#, C#, and MATLAB in markdown code highlighting, for the upcoming .NET and MATLAB flavors of dash.
2121

22-
- [#1735](https://github.com/plotly/dash/pull/1735) Upgrade Plotly.js to v2.4.1. This includes:
22+
- [#1735](https://github.com/plotly/dash/pull/1735) Upgrade Plotly.js to v2.4.2. This includes:
2323
- [Feature release 2.3.0](https://github.com/plotly/plotly.js/releases/tag/v2.3.0):
2424
- More number formatting options due to `d3-format` upgrade.
2525
- Many new `geo` projections.
2626
- Improved rendering and performance of `scattergl`, `splom` and `parcoords` traces.
2727
- [Feature release 2.4.0](https://github.com/plotly/plotly.js/releases/tag/v2.4.0):
2828
- `legend.groupclick`
2929
- `bbox` of hover items in event data, to support custom dash-driven hover effects
30-
- Patch releases [2.3.1](https://github.com/plotly/plotly.js/releases/tag/v2.3.1) and [2.4.1](https://github.com/plotly/plotly.js/releases/tag/v2.4.1) containing various bug fixes.
30+
- Patch releases [2.3.1](https://github.com/plotly/plotly.js/releases/tag/v2.3.1), [2.4.1](https://github.com/plotly/plotly.js/releases/tag/v2.4.1), and [2.4.2](https://github.com/plotly/plotly.js/releases/tag/v2.4.2) containing various bug fixes.
3131

3232
- [#1735](https://github.com/plotly/dash/pull/1735) New `dcc.Tooltip` component. This is particularly useful for rich hover information on `dcc.Graph` charts, using the `bbox` information included in the event data in plotly.js v2.4.0
3333

components/dash-core-components/package-lock.json

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

components/dash-core-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"highlight.js": "^11.0.1",
4949
"moment": "^2.29.1",
5050
"node-polyfill-webpack-plugin": "^1.1.4",
51-
"plotly.js": "2.4.1",
51+
"plotly.js": "2.4.2",
5252
"prop-types": "^15.7.2",
5353
"ramda": "^0.27.1",
5454
"rc-slider": "^9.7.2",

0 commit comments

Comments
 (0)