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
uncaught TypeError: Cannot read property 'type' of undefined
at convertCoords (convert_coords.js:30)
at _relayout (plot_api.js:1975)
at Object.relayout (plot_api.js:1721)
at HTMLAnchorElement.<anonymous> (index.js:3580)
at HTMLAnchorElement.dispatch (toolpanel-dependencies-bundle.js:2003)
at HTMLAnchorElement.u (toolpanel-dependencies-bundle.js:1927)
when called on a normal single axis plot.
It appears to be thrown in the relayout code during some Annotation coord call. Perhaps because xaxis2 doesn't exist?
A call to relayout using object relayout syntax that looks something like:
will throw
when called on a normal single axis plot.
It appears to be thrown in the relayout code during some Annotation coord call. Perhaps because xaxis2 doesn't exist?
Note that using plotly.js's infamous dot syntax
seems to work correctly.
I am updating code that uses object syntax to use dot notation as a workaround.
This one is probably for @alexcjohnson :)
The text was updated successfully, but these errors were encountered: