fixed chart colors

This commit is contained in:
cubedro
2015-04-06 21:02:18 +03:00
parent b173cbbcac
commit 7bf616f6b8
2 changed files with 5 additions and 5 deletions

View File

@@ -31,7 +31,7 @@ var Node = function Node(data)
uptime: 0,
lastUpdate: 0
};
this.blockHistory = Array(MAX_HISTORY);
this.blockHistory = [];
this.uptime = {
started: null,
history: []