source: code/Website/data-files/y-axis-right.txt@ 7937

Last change on this file since 7937 was 7849, checked in by dennisw, 15 years ago
File size: 663 bytes
Line 
1{
2 "title":{
3 "text":"Right Y Axis",
4 "style":"{font-size: 30px;}"
5 },
6
7 "elements":[
8 {
9 "type": "line",
10 "colour": "#CC3399",
11 "values" : [0,0.37,0.73,1.07,1.36,1.59,1.77]
12 },
13 {
14 "type": "line",
15 "colour": "#343399",
16 "values" : [0,0.37,0.73,1.07,1.36,1.59,1.77],
17 "axis": "right"
18 }
19 ],
20
21 "y_axis":{
22 "max": 2,
23 "grid-visible": true,
24 "grid-colour": "#CC3399",
25 "colour": "#CC3399"
26 },
27
28 "y_axis_right":{
29 "max": 3,
30 "grid-visible": true,
31 "grid-colour": "#0000FF",
32 "colour": "#0000FF"
33 }
34}
Note: See TracBrowser for help on using the repository browser.