Actions
Feature #1172
closedMove graphing to javascript
Start date:
27 Jan 2025
Due date:
% Done:
100%
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 about 1 month ago
- Has duplicate Feature #1060: PiStore needs store manager web UI added
Updated by Hammel about 1 month ago
- Severity changed from 02 - High to 01 - Critical
Updated by Hammel about 1 month 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