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

Commit 5fa00b3

Browse files
committed
⭐ Upgrade plotly.js to 1.32.0
1 parent a74477b commit 5fa00b3

File tree

4 files changed

+10
-83
lines changed

4 files changed

+10
-83
lines changed

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.31.2.min.js
6+
include dash_core_components/plotly-1.32.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
_js_dist = [
1616
{
17-
'external_url': 'https://cdn.plot.ly/plotly-1.31.2.min.js',
18-
'relative_package_path': 'plotly-1.31.2.min.js',
17+
'external_url': 'https://cdn.plot.ly/plotly-1.32.0.min.js',
18+
'relative_package_path': 'plotly-1.32.0.min.js',
1919
'namespace': 'dash_core_components'
2020
},
2121
{

dash_core_components/plotly-1.31.2.min.js

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

dash_core_components/plotly-1.32.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)