| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…ending data to cloud
Co-authored-by: Emily KL <4672118+emilykl@users.noreply.github.com>
Co-authored-by: Emily KL <4672118+emilykl@users.noreply.github.com>
| plots.sendDataToCloud = function(gd) { | ||
| var baseUrl = (window.PLOTLYENV || {}).BASE_URL || gd._context.plotlyServerURL; |
There was a problem hiding this comment.
Probably better to pass in baseUrl / serverUrl as an argument, so that we don't have to duplicate this (window.PLOTLYENV || {}).BASE_URL || gd._context.plotlyServerURL logic
Sorry, something went wrong.
This reverts commit ff34976.
…nto upload-to-cloud-proto
Co-authored-by: Emily KL <4672118+emilykl@users.noreply.github.com>
Co-authored-by: Emily KL <4672118+emilykl@users.noreply.github.com>
…nto upload-to-cloud-proto
| plots.layoutAttributes = require('./layout_attributes'); | ||
|
|
||
| var commandModule = require('./command'); | ||
| const { server } = require('karma'); |
There was a problem hiding this comment.
This import of a dev-dependency is not used in the source code.
Sorry, something went wrong.
|
This PR is missing a draft log. cc: @emilykl |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Modify the existing sendDataToCloud modebar button to share the chart via Plotly Cloud rather than Chart Studio.
The button remains disabled by default. Note that the Plotly Cloud endpoint for receiving charts is not yet functional, so the full sharing feature is not yet ready, but the UI can be previewed by setting showSendToCloud: true in the plot config.
Since the Chart Studio website is no longer online, the existing "share to Cloud" logic was not functional, so this should not be a breaking change.
Codepen: https://codepen.io/marthacryan/pen/dPOmREK