You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Shiny app, if we use {flowmapblue} to visualise data that is filtered before it is passed to {flowmapblue}, the map position and zoom resets. This makes sense, as the only function we can use is creation of a new map. Hence it redraws. Reproducible example is below.
It would be great if we could get some sort of control like with {leaflet} to update the map contents without full redrawing.
Perhaps there is some quick JavaScript hack that we could use to save the zoom and position from the currently rendered {flowmapblue} and restore it after redrawing.
In Shiny app, if we use
{flowmapblue}
to visualise data that is filtered before it is passed to{flowmapblue}
, the map position and zoom resets. This makes sense, as the only function we can use is creation of a new map. Hence it redraws. Reproducible example is below.It would be great if we could get some sort of control like with
{leaflet}
to update the map contents without full redrawing.Perhaps there is some quick JavaScript hack that we could use to save the zoom and position from the currently rendered
{flowmapblue}
and restore it after redrawing.The text was updated successfully, but these errors were encountered: