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
Comes from #139. Adding custom download buttons means that the order has changed and cannot be easily adjusted when one also considers switching from 2D to 3D and vice versa. As there is no Plotly function that updates the plot using a new config (apart from Plotly.newPlot()), to change the button order (and also change the exact buttons used for 2D and 3D separately), one needs to call the Plotly.newPlot() function with the new config. This, however, breaks more things than it fixes and so some of the surrounding code in map.ts has to be re-written.
The text was updated successfully, but these errors were encountered:
Comes from #139. Adding custom download buttons means that the order has changed and cannot be easily adjusted when one also considers switching from 2D to 3D and vice versa. As there is no Plotly function that updates the plot using a new config (apart from
Plotly.newPlot()
), to change the button order (and also change the exact buttons used for 2D and 3D separately), one needs to call the Plotly.newPlot() function with the new config. This, however, breaks more things than it fixes and so some of the surrounding code in map.ts has to be re-written.The text was updated successfully, but these errors were encountered: