Uh oh!
There was an error while loading. Please reload this page.
Share chart button - #7802
Conversation
a487ce9 to
100da7bCompare…ending data to cloud
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Emily KL <4672118+emilykl@users.noreply.github.com>
Uh oh!
There was an error while loading. Please reload this page.
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
This reverts commit ff34976.
396b681 to
c1b7122CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
…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
Uh oh!
There was an error while loading. Please reload this page.
| 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.
archmoj
commented
Jun 18, 2026
This PR is missing a draft log. cc: @emilykl |
Modify the existing
sendDataToCloudmodebar 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: truein 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