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
Chart x-axis (and y-axis on the second toggle) could render against a
stale Plotly axis-range cache after switching units — the axis would
drop to -1..6 instead of the actual year range. The <Plot>
element now uses a React key derived from (symbol, unit, conversionFactor), forcing a full remount on unit change so Plotly
reinitializes cleanly. Both axes also pin autorange: true.