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
Updated Plotly.js to version 1.53.0. See the plotly.js CHANGELOG for more information on the numerous new features and bug fixes of this release. The main features of the Plotly.js release are
Introduce range breaks on date axes (for example, to remove week-ends) via layout.xaxis.rangebreaks
Introduce a new unified x (or y) hovermode (layout.hovermode="x unified"), in which the hover box shows the information for all traces at a given x (or y) position
Add node.customdata and link.customdata to sankey traces
Updated contributing notes for more explanations on how to contribute to plotly.py #2290. Please give feedback on these notes!
Updated documentation examples #2325, and to show how to color links in Sankey diagrams #2291.