-
Notifications
You must be signed in to change notification settings - Fork 8
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
Enable saving plots #107
Comments
Would need some discussion I think. Is there a way to do a "screen grab" with some JS, client side? |
Ah, I now realise this issue is focussed on having a save button on the UI when viewing on web. I was mainly thinking about the non-interactive pipeline use case. |
Yeah, that's a separate issue |
There's no easy way to screenshot part of a webpage from JavaScript. (You have to play games like re-rendering the html to a canvas) Best way would be to serve pngs made by the API suggested at #158. |
It is a somewhat different use-case as we want poeple to be able to do some zooming in etc. But they can always just use screen grabs to be honest, so maybe we should just not bother with this. |
I'm closing this - the bokeh plots already have a save button and doing anything to save larger parts of the page is too complicated. |
Bokeh supports saving plots to some degree. We should see if we can use this to export particular views of (e.g.) the mutations browser.
The text was updated successfully, but these errors were encountered: