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
for log axes, have layout express everything in data units instead of linearized units. This applies to range, tick0, and annotation and image positions.
remove support for dates provided as epoch milliseconds
remove the distinction between axis name and axis id (ie xaxis2 vs x2) probably by only using the name.
rename current gl marker symbol 'cross' -> 'cross-thin' (i.e. revert c0eb065)
Leave this text box for planned improvements
d3to v4.0.0 (now v5) - should be mostly a matter of updating the general update pattern.es-promisepolyfill from bundle - and thus make IE users add their own Promise polyfill.Annotations,Shapes,RangeSlider, ...) register-able and remove them from the core bundle.config.plot3dPixelRatiomap for backward compatibilityPlotly.Snapshot.toImageand mergesrc/snapshotinplot_api/to_image.jslib/core.js- see Add registry of component modules #845Plotly.relayouthandlers for the'remove'and'add'special values - see Consistent container update / removal #1086layoutexpress everything in data units instead of linearized units. This applies torange,tick0, and annotation and image positions.xaxis2vsx2) probably by only using the name.'cross'->'cross-thin'(i.e. revert c0eb065)