We are using Plotly.js in our Vue/Nuxt single page application. To ensure the created plots are automatically resized whenever their parent DOM node changes (for example when a user changes the window size), we enabled the responsive: true
option for the Plotly chart.
Enabling this flag automatically resizes the plots whenever the user has changed the screen size (as expected). However, the following error is logged multiple times while the window is being resized:
Error: Resize must be passed a displayed plot div element.
Reproducing this for a single plot or simple example didn't seem to work. From what we have discovered so far this only seems to happen when multiple plots are visible.