I upgraded to 1.29.0 and started getting error:
TypeError: Cannot read property ‘size’ of undefined
at Object.axes.doTicks (axes.js:1709)
at axes.js:1661
at Object.lib.syncOrAsync (index.js:313)
at Object.axes.doTicks (axes.js:1658)
at drawAxes (plot_api.js:291)
at Object.lib.syncOrAsync (index.js:313)
at Object.Plotly.plot (plot_api.js:383)
at Object.Plotly.redraw (plot_api.js:571)
at onUpdate (plotlyDirective.ts:404)
at plotlyDirective.ts:425
axes.js:
1708: if(ax.ticks === ‘outside’ || ax.showline) {
1709: labelStandoff += 0.2 * ax.tickfont.size;
1710: }
I didn’t see any breaking changes in CHANGELOG.
Anyone got this error too?