source: code/Website/data-files/on-show-area-shrink-in.txt@ 7849

Last change on this file since 7849 was 7849, checked in by dennisw, 15 years ago
File size: 904 bytes
Line 
1{
2 "title":{
3 "text":"Volume Consumed",
4 "style":"font-size: 14px; font-family: Verdana; text-align: center;"},
5 "x_axis":{
6 "offset": false,
7 "labels":{
8 "steps":3,
9 "labels":[
10 "0","1","2","3","4","5",
11 "6","7","8","9","10","11",
12 "12","13","14","15","16",
13 "17","18","19","20","21",
14 "22","23","24","25","26",
15 "27","28","29","30","31"]
16 }
17 },
18 "bg_colour":"#ffffff",
19 "elements":[
20 {
21 "type": "area",
22 "colour": "#CC3399",
23 "line-style": {"style":"dash","on":4,"off":4},
24 "dot-style": {"type":"hollow-dot", "width":1, "size":2},
25 "values":[
26 4,4.37,4.73,5.07,5.36,5.59,5.77,5.87,5.89,5.85,5.72,5.53,5.28,4.97,4.63,4.26,
27 3.88,3.51,3.15,2.83,2.56,2.34,2.19,2.11,2.10,2.17,2.32,2.53,2.80,3.11,3.46,3.84],
28 "fill-alpha":0.5,
29 "width": 1,
30 "on-show": {"type": "shrink-in", "cascade":1.6, "delay":0.2}
31 }
32 ]
33}
Note: See TracBrowser for help on using the repository browser.