-
-
Notifications
You must be signed in to change notification settings - Fork 143
Upgrade Plotly.js to 1.47.0 #516
Conversation
1. Download the latest plotly.js from the cdn: `$ wget https://github.com/plotly/plotly.js/releases/tag/v1.45.0` | ||
1. Download the latest plotly.js from the cdn: `$ wget https://github.com/plotly/plotly.js/releases/tag/v1.47.0` | ||
2. Update `dash_core_components/__init__.py` plotly.js `external_url` | ||
3. Update `MANIFEST.in` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated manifest to use wildcard, this step is no longer required
include dash_core_components/rc-slider@6.1.2.css | ||
include dash_core_components/react-select@1.0.0-rc.3.min.css | ||
include dash_core_components/plotly-1.45.0.min.js | ||
include dash_core_components/plotly-*.min.js |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using wildcard like here https://github.com/plotly/dash-renderer/blob/master/MANIFEST.in
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just tweaked the changelog a tiny bit. Looks good! 💃
kinda weird percy diffs - just a bunch of new whitespace at the bottom of the page. I'm going to guess it's just percy doing something weird with the extra internal structure of a plotly.js graph added in plotly/plotly.js#3589... looks fine locally, I approved the diff. |
Uh oh!
There was an error while loading. Please reload this page.