Closed
Description
Hi team,
collectableSubplotTypes gets cached and this leads to inaccurate subplot lists if new traces are registered dynamically:
Lines 582 to 614 in 51b5c25
For example if we load Plotly, plot a graph and later dynamically register mapbox and plot a mapbox it will error since coorect subplotTypes are not passed to handleSubplotDefaults.
Could we simply not cache subplotTypes or reset when we register new traces?
Regards