-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
what is "plotlyServerURL" option in plotly offline plots html page #1602
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
Comments
No, plots are not exported to plot.ly by default. This base URL is only used when you click the edit in chart studio button, or the Export to plot.ly link. And both of these (the button and the link) are disabled by default. But that said, it would probably be a good idea for us to blank out these URLs when a user export a figure without the link/button enabled. |
@jonmmease thanks for the clarification. It would be great if there is an option to control the URLs incorporation. |
Also, would be nice if "external" is not added to the |
Hi - we are currently trying to tidy up Plotly's public repositories to help us focus our efforts on things that will help users most. Since this issue has been sitting for several years, I'm going to close it. If it's still a concern, we'd be grateful if you could open a new issue (with a short reproducible example if appropriate) so that we can add it to our backlog. Thanks for your help - @gvwilson |
When I generate a html page using plotly offline plots, there are following references to plot.ly, what are they used for? are my plots exported to plot.ly by default?
window.PLOTLYENV.BASE_URL='https://plot.ly'
"linkText": "Export to plot.ly",
"plotlyServerURL": "https://plot.ly"
The text was updated successfully, but these errors were encountered: