We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
plotly
Learn more about funding links in repositories.
Report abuse
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
At the moment, this block in restyle and this one in relayout forces a full redraw whenever we update a geo subplot.
restyle
relayout
We may need to expose a translation projection attribute to secure the view from update to update.
The text was updated successfully, but these errors were encountered:
When fixing this, make sure that plotly_relayout is fired on pan / zoom etc.
plotly_relayout
Sorry, something went wrong.
geo.center
Just leaving a +1. Specifically, if the user has zoomed/panned, this seems to be lost after a restyle().
resolves #292 - add mucho test for geo pan/scroll interactions
a04a2af
- while #292 was fixed thanks to `geo.center`, it is 🔒 here.
966fbb0
c2b0f9c
etpinard
No branches or pull requests
At the moment, this block in
restyle
and this one inrelayout
forces a full redraw whenever we update a geo subplot.We may need to expose a translation projection attribute to secure the view from update to update.
The text was updated successfully, but these errors were encountered: