added functionality for resizing graphs/jobs table, and changed dummy data to better reflect actual expected server response

This commit is contained in:
Jared Tabor
2014-06-30 17:47:30 -04:00
parent 826f2b681f
commit 6e76ad4918
7 changed files with 132 additions and 152 deletions

View File

@@ -1,7 +1,7 @@
[
{
"key" : "OK" ,
"color" : "#00aa00",
"key" : "Successful" ,
"color" : "#1778c3",
"values" : [
[1340755200000 , 100] , [1340762400000 , 101] ,
[1340769600000 , 102] , [1340776800000 , 103] ,
@@ -13,8 +13,8 @@
]
},
{
"key" : "Changed" ,
"color" : "#FF9900",
"key" : "Failed" ,
"color" : "#aa0000",
"values" : [
[1340755200000 , 50] , [1340762400000 , 50] ,
[1340769600000 , 50] , [1340776800000 , 50] ,
@@ -24,19 +24,6 @@
[1340827200000 , 50] , [1340834400000 , 50] ,
[1343347200000 , 50]
]
},
{
"key" : "Failed" ,
"color" : "#aa0000",
"values" : [
[1340755200000 , 15] , [1340762400000 , 15] ,
[1340769600000 , 15] , [1340776800000 , 15] ,
[1340784000000 , 15] , [1340791200000 , 15] ,
[1340798400000 , 15] , [1340805600000 , 15] ,
[1340812800000 , 15] , [1340820000000 , 15] ,
[1340827200000 , 15] , [1340834400000 , 15] ,
[1343347200000 , 15]
]
}
]