Skip to content

v0.6.1

Choose a tag to compare

@skydarc skydarc released this 05 Mar 14:47
04e6780

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.