wip moving historical graph to uPlot, remove flot.js dependency

This commit is contained in:
Nick Krecklow
2020-05-11 02:28:41 -05:00
parent 9987434fea
commit 19a7ce7d91
5 changed files with 145 additions and 87 deletions

View File

@ -50,7 +50,7 @@ class App {
// Send graphData in object wrapper to avoid needing to explicity filter
// any header data being appended by #MessageOf since the graph data is fed
// directly into the flot.js graphing system
// directly into the graphing system
client.send(MessageOf('historyGraph', {
graphData: graphData
}))