Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 2b6d675

Browse files
committed
📦 upgrade plotly.js to 1.39.0
1 parent 16515bb commit 2b6d675

File tree

5 files changed

+47
-12
lines changed

5 files changed

+47
-12
lines changed

CHANGELOG.md

Lines changed: 38 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,51 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## [0.23.0]
5+
## [0.24.0]
6+
67
### Added
78
- Upgraded Plotly.js, the underlying library behind the
8-
`dash_core_components.Graph` component, to [version 1.38.0](https://github.com/plotly/plotly.js/releases/tag/v1.38.0).
9-
See https://github.com/plotly/plotly.js/releases/tag/v1.38.0 for the official notes.
9+
`dash_core_components.Graph` component, to [version 1.39.0](https://github.com/plotly/plotly.js/releases/tag/v1.39.0).
10+
See https://github.com/plotly/plotly.js/releases/tag/v1.39.0 for the official notes.
1011

1112
Many of these features were funded directly by companies that rely on this library.
1213
If your organization or company would like to sponsor particular features or
1314
bug fixes in these open source libraries, please reach out: http://plot.ly/products/consulting-and-oem
1415

16+
As part of plotly.js release:
17+
- Add support for on-graph text in scattergl traces [#2737](https://github.com/plotly/plotly.js/pull/2737), [#2783](https://github.com/plotly/plotly.js/pull/2783)
18+
- Add gridshape attribute to polar subplots with values 'circular' (the default) and 'linear' (to draw polygon grids) [#2739](https://github.com/plotly/plotly.js/pull/2739)
19+
- Add support for colorbar linked to marker.color values for splom,
20+
scatterpolar and scatterpolargl traces [#2681](https://github.com/plotly/plotly.js/pull/2681)
21+
- Revamp icon settings in custom mode bar buttons, allowing users to specify their own dimensions and SVG transforms [#2762](https://github.com/plotly/plotly.js/pull/2762)
22+
- Add plotlyServerURL config option [#2760](https://github.com/plotly/plotly.js/pull/2760)
23+
- Added no-WebGL warnings for graphs with scattergl, scatterpolargl, splom and parcoords traces [#2697](https://github.com/plotly/plotly.js/pull/2697)
24+
25+
### Fixed
26+
As part of plotly.js release:
27+
- Fix Plotly.react's handling of changing auto-margins [#2681](https://github.com/plotly/plotly.js/pull/2681)
28+
- Make plotting/updating WebGL-based traces fail gracefully when WebGL isn't
29+
supported [#2697](https://github.com/plotly/plotly.js/pull/2697)
30+
- Fix mapbox layout layer updates [#2734](https://github.com/plotly/plotly.js/pull/2734)
31+
- Fix mapbox event inconsistencies [#2766](https://github.com/plotly/plotly.js/pull/2766)
32+
- Correctly emit plotly_relayout at end of scroll on mapbox subplots [#2709](https://github.com/plotly/plotly.js/pull/2709)
33+
- Fix scatter3d scalar hovertext handling [#2698](https://github.com/plotly/plotly.js/pull/2698)
34+
- Fix line decimation for segments crossing the viewport [#2705](https://github.com/plotly/plotly.js/pull/2705)
35+
- Fix surface trace contours when first level has length zero [#2712](https://github.com/plotly/plotly.js/pull/2712)
36+
- Fix contour(x|y|z).highlight partial settings [#2712](https://github.com/plotly/plotly.js/pull/2712)
37+
- Fix old date timezone precision in Chrome 67+ [#2747](https://github.com/plotly/plotly.js/pull/2747)
38+
- Fix x-only zoom moves when xaxis.fixedrange: true[#2776](https://github.com/plotly/plotly.js/pull/2776)
39+
- Fix colorbar edits for parcoords and histogram traces [#2681](https://github.com/plotly/plotly.js/pull/2681)
40+
- Fix bandwidth for single-value violins [#2775](https://github.com/plotly/plotly.js/pull/2775)
41+
- Make Plots.resize work when layout attribute is gone from graph div [#2710](https://github.com/plotly/plotly.js/pull/2710)
42+
- Fix colorscale attribute descriptions [#2658](https://github.com/plotly/plotly.js/pull/2658)
43+
44+
## [0.23.0]
45+
### Added
46+
- Upgraded Plotly.js, the underlying library behind the
47+
`dash_core_components.Graph` component, to [version 1.38.0](https://github.com/plotly/plotly.js/releases/tag/v1.38.0).
48+
See https://github.com/plotly/plotly.js/releases/tag/v1.38.0 for the official notes.
49+
1550
- Add 3D `cone` traces to visualize vector fields [#2641](https://github.com/plotly/plotly.js/pull/2641), [#2647](https://github.com/plotly/plotly.js/pull/2647)
1651
- Add ability to interactively change length and rotate line shapes [#2594](https://github.com/plotly/plotly.js/pull/2594)
1752
- Add `toImageButtonOptions` config object to override to-image mode bar button options [#2607](https://github.com/plotly/plotly.js/pull/2607)

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ include dash_core_components/bundle.js.map
33
include dash_core_components/metadata.json
44
include dash_core_components/rc-slider@6.1.2.css
55
include dash_core_components/react-select@1.0.0-rc.3.min.css
6-
include dash_core_components/plotly-1.38.0.min.js
6+
include dash_core_components/plotly-1.39.0.min.js
77
include dash_core_components/react-virtualized-select@3.1.0.css
88
include dash_core_components/react-virtualized@9.9.0.css
99
include dash_core_components/react-dates@12.3.0.css

dash_core_components/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
_js_dist = [
2525
{
26-
'external_url': 'https://cdn.plot.ly/plotly-1.38.0.min.js',
26+
'external_url': 'https://cdn.plot.ly/plotly-1.39.0.min.js',
2727
'relative_package_path': 'plotly-1.38.0.min.js',
2828
'namespace': 'dash_core_components'
2929
},

dash_core_components/plotly-1.38.0.min.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

dash_core_components/plotly-1.39.0.min.js

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

0 commit comments

Comments
 (0)