Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 71
docs: Add plotly.js v4 migration guide#455
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
894b487fcba9e3696dabd56ecb477141949f4b10cf33b86d7134e90f89c6f8a41a43872dfcd3b2ac82b02c4a591887b37d430d737c482cfe729dfbccaa72cd16fd8d0511e7b43a5f077070be5cb658a8555378a79ea07147126ab6c82f26a4180da9ca7cbae97836f82ac8e0796bef9f449fc0deeaa6df9c6a4a9File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| { | ||
| "version": "3.6.0" | ||
| "version": "4.0.0" | ||
| } |
Large diffs are not rendered by default.
Uh oh!
There was an error while loading. Please reload this page.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -33,4 +33,4 @@ | ||
| } | ||
| }; | ||
| Plotly.newPlot('myDiv', data, layout, {showSendToCloud: true}); | ||
| Plotly.newPlot('myDiv', data, layout); | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -46,5 +46,5 @@ | ||
| } | ||
| }; | ||
| Plotly.newPlot('myDiv', data, layout, {showSendToCloud: true}); | ||
| Plotly.newPlot('myDiv', data, layout); | ||
| }); | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -43,6 +43,6 @@ | ||
| } | ||
| }; | ||
| Plotly.newPlot('myDiv', data, layout, {showSendToCloud: true}); | ||
| Plotly.newPlot('myDiv', data, layout); | ||
| }); | ||
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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.
Not a huge deal, but I don't totally understand these instructions (maybe I would understand better if I worked more closely with the docs).
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 think you'd understand if you reviewed some of the tutorials this statement is referencing.