wip moving historical graph to uPlot, remove flot.js dependency
This commit is contained in:
@ -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
|
||||
}))
|
||||
|
Reference in New Issue
Block a user