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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix: graph not displaying
Fix a regression where the graph option no longer displayed historical charts.
Cause: the appendTo parameter introduced with instance-based state management (getState) was not propagated to the periodic history fetch task. Historical data was stored under an undefined instance key, preventing the graph from rendering.