Plotly.js: Updating a geo subplot shouldn't reset its view

Created on 29 Feb 2016  路  2Comments  路  Source: plotly/plotly.js

At the moment, this block in restyle and this one in relayout 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.

bug

Most helpful comment

Just leaving a +1. Specifically, if the user has zoomed/panned, this seems to be lost after a restyle().

All 2 comments

When fixing this, make sure that plotly_relayout is fired on pan / zoom etc.

Just leaving a +1. Specifically, if the user has zoomed/panned, this seems to be lost after a restyle().

Was this page helpful?
0 / 5 - 0 ratings

Related issues

boleslawmaliszewski picture boleslawmaliszewski  路  3Comments

emanuelsetitinger picture emanuelsetitinger  路  3Comments

mithi picture mithi  路  3Comments

n-riesco picture n-riesco  路  3Comments

maxwell8888 picture maxwell8888  路  3Comments