Stability and Editor Fixes
This release addresses a potential browser crash when rendering large history datasets and fixes a configuration cleanup issue in the card editor.
Bug Fixes & Improvements
- Performance [#54]: Replaces
Math.maxandMath.minwith safer D3-array alternatives to prevent browser call stack size limit overflow crashes when handling large history datasets. Thanks to @IoannisArmamentos! - Card Editor [#53]: Ensures that customized graph bounds (
graph_minandgraph_max) are cleared from the configuration when optional overrides are disabled. Thanks to @IoannisArmamentos!