Skip to content

Commit cf75745

Browse files
authored
Merge pull request #1735 from plotly/plotlyjs-2.4.1
update plotly.js to v2.4.1
2 parents 81d0268 + 5d326df commit cf75745

File tree

11 files changed

+530
-104
lines changed

11 files changed

+530
-104
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,18 @@ This project adheres to [Semantic Versioning](https://semver.org/).
2121

2222
- [#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.
2323

24+
- [#1735](https://github.com/plotly/dash/pull/1735) Upgrade Plotly.js to v2.4.2. This includes:
25+
- [Feature release 2.3.0](https://github.com/plotly/plotly.js/releases/tag/v2.3.0):
26+
- More number formatting options due to `d3-format` upgrade.
27+
- Many new `geo` projections.
28+
- Improved rendering and performance of `scattergl`, `splom` and `parcoords` traces.
29+
- [Feature release 2.4.0](https://github.com/plotly/plotly.js/releases/tag/v2.4.0):
30+
- `legend.groupclick`
31+
- `bbox` of hover items in event data, to support custom dash-driven hover effects
32+
- 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.
33+
34+
- [#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
35+
2436
## Dash Table
2537
### Added
2638

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

Lines changed: 114 additions & 39 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.2.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)