Skip to content
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

Neither showEditInChartStudio nor showSendToCloud configurations have any effect #313

Closed
PetrKryslUCSD opened this issue Feb 27, 2020 · 3 comments

Comments

@PetrKryslUCSD
Copy link

My layout sets the configuration options so that the Json reads

"showEditInChartStudio": true,
    "showSendToCloud": true,

The resulting figure does not have the requested button:
image
Is that something that doesn't work at the moment, or is that a bug?

@PetrKryslUCSD
Copy link
Author

PetrKryslUCSD commented Feb 27, 2020

Sorry, it appears I misunderstood the instructions I found on the web (or they might have been outdated): these configurations need to go into the options argument, not the layout.

@sglyon
Copy link
Member

sglyon commented Feb 27, 2020

no problem. Were you able to figure this out?

@PetrKryslUCSD
Copy link
Author

I did. This works:

pl = plot(plots, layout; options=Dict(:showSendToCloud=>true))
display(pl)

Thanks.

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

2 participants