Actions
Feature #1172
openMove graphing to javascript
Start date:
27 Jan 2025
Due date:
% Done:
10%
Estimated time:
Severity:
01 - Critical
Description
The graphing stuff is prone to problems on the server side. It makes more sense to just provide storage data to a client side graphing library in javascript.
Part of the reason for this is to better control colors on the graph, plus make the axis' easier to read.
Related issues
Updated by Hammel 11 days ago
- Has duplicate Feature #1060: PiStore needs store manager web UI added
Updated by Hammel 7 days ago
- Status changed from New to In Progress
- % Done changed from 0 to 10
References for flot, a javascript graphing library.
- https://github.com/flot/flot/wiki
- https://github.com/flot/flot/blob/master/README.md
- https://rawgit.com/flot/flot/master/examples/realtime/index.html
- view-source:https://rawgit.com/flot/flot/master/examples/realtime/index.html
- view-source:https://rawgit.com/flot/flot/master/examples/basic-usage/index.html
Actions