source: code/Website/data-files/y-axis-right-all-lines.txt@ 7849

Last change on this file since 7849 was 7849, checked in by dennisw, 15 years ago
File size: 748 bytes
Line 
1{
2 "title":{
3 "text":"Area Chart",
4 "style":"{font-size: 30px;}"
5 },
6
7 "elements":[
8 {
9 "type": "line",
10 "colour": "#CC3399",
11 "values" : [2,2],
12 "axis": "right"
13 },
14{
15 "type": "line",
16 "colour": "#736AFF",
17 "line-style": {"style":"dash","on":10,"off":5},
18 "values" : [3,3],
19 "axis": "right"
20 },
21 {
22 "type": "line",
23 "values" : [4,4] ,
24 "axis": "right"
25 }
26 ],
27
28 "y_axis":{
29 "max": 4,
30 "grid-visible": true,
31 "grid-colour": "#FFD0D0"
32 },
33
34 "y_axis_right":{
35 "max": 5,
36 "grid-visible": true,
37 "grid-colour": "#D0D0FF"
38 }
39
40}
Note: See TracBrowser for help on using the repository browser.