source: code/Website/data-files/line-bug-report.txt@ 7849

Last change on this file since 7849 was 7849, checked in by dennisw, 15 years ago
File size: 1.2 KB
Line 
1{
2 "elements":[
3 {
4 "type":"line",
5 "values":[1,0,0,0,0,0,0,0,1,0,0,0,6,2,0,0,0,0,0,6,0,0,0,0],
6 "colour":"#ffae00",
7 "text":"Returning Visits",
8 "font-size":12,
9 "tip":"Returning: #val#"
10 },
11 {
12 "type":"line",
13 "values":[7,5,5,8,6,6,7,11,4,7,5,3,3,11,8,9,12,10,11,11,8,4,10,2],
14 "colour":"#52aa4b",
15 "text":"Unique Visits",
16 "font-size":12,
17 "tip":"Unique: #val#"
18 },
19 {
20 "type":"line",
21 "values":[14,26,12,20,18,20,12,68,8,8,5,3,10,32,31,16,22,33,32,36,49,8,31,5],
22 "colour":"#335ac9",
23 "text":"Total Visits",
24 "font-size":12,
25 "tip":"Total: #val#"
26 }
27 ],
28 "title":{
29 "text":"Visits data for Alan Edwardes from the 4th of June to the 5th of June",
30 "style":"{font-size:12px;padding-bottom:10px;text-align:left;color:#999999;}"
31 },
32 "y_axis":{
33 "stroke":1,
34 "colour":"#c6d9fd",
35 "grid-colour":"#dddddd",
36 "min":0,
37 "max":73,
38 "steps":5
39 },
40 "x_axis":{
41 "offset":false,
42 "stroke":1,
43 "colour":"#c6d9fd",
44 "grid-colour":"#dddddd",
45 "labels":{
46 "labels":["09pm","10pm","11pm","12am","01am","02am","03am","04am","05am","06am","07am","08am","09am","10am","11am","12pm","01pm","02pm","03pm","04pm","05pm","06pm","07pm","08pm"]
47 }
48 },
49 "bg_colour":"#ffffff"
50}
Note: See TracBrowser for help on using the repository browser.