- Setting dashboard view with jqplot plugin

This commit is contained in:
mespeche
2013-09-18 11:53:39 +02:00
parent 5a7794b0cc
commit c7a6fe060f
35 changed files with 523 additions and 2 deletions

View File

@@ -0,0 +1,25 @@
{
"title" : "Stats on September 2013",
"series" : [
{
"datas" : [[0,10.00],[1,200.00],[2,5.00],[3,2.75],[4,20.30],[5,14.09]],
"color" : "#adadad"
},
{
"datas" : [[0,2],[1,5],[2,3],[3,10],[4,50],[5,55]],
"color" : "#f39922"
},
{
"datas" : [[0,15],[1,20],[2,1],[3,1],[4,2],[5,3]],
"color" : "#5cb85c"
},
{
"datas" : [[0,45],[1,40],[2,41],[3,41],[4,42],[5,43]],
"color" : "#5bc0de"
},
{
"datas" : [[0,25],[1,20],[2,21],[3,21],[4,22],[5,23]],
"color" : "#d9534f"
}
]
}