Skip to content

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

Closed
maddukurisrinivasarao opened this issue Jun 10, 2019 · 4 comments

Comments

@maddukurisrinivasarao
Copy link

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"

@jonmmease
Copy link
Contributor

Hi @maddukurisrinivasarao,

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.

@maddukurisrinivasarao
Copy link
Author

maddukurisrinivasarao commented Jun 11, 2019

@jonmmease thanks for the clarification. It would be great if there is an option to control the URLs incorporation.

@simplenotezy
Copy link

Also, would be nice if "external" is not added to the plotlyServerURL URL.

@gvwilson
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants