v0.6.1
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.