Start work on saving graph controls

This commit is contained in:
Cryptkeeper
2016-02-01 05:20:25 -06:00
parent 37fdf25eae
commit c4177abaaf
2 changed files with 22 additions and 0 deletions

View File

@ -460,9 +460,13 @@ $(document).ready(function() {
delete hiddenGraphData[serverIp];
}
// Redraw the graph
historyPlot.setData(convertGraphData(displayedGraphData));
historyPlot.setupGrid();
historyPlot.draw();
// Update our localStorage
saveGraphControls();
});
});