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

@ -54,7 +54,6 @@ export class SocketManager {
// Display the main page component
// Called here instead of syncComplete so the DOM can be drawn prior to the graphs being drawn
// Otherwise flot.js will cause visual alignment bugs
this._app.setPageReady(true)
// Allow the graphDisplayManager to control whether or not the historical graph is loaded