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

Last change on this file since 7849 was 7849, checked in by dennisw, 15 years ago
File size: 789 bytes
RevLine 
[7849]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" : [12,12],
12 "axis": "right"
13 },
14{
15 "type": "line",
16 "colour": "#736AFF",
17 "line-style": {"style":"dash","on":10,"off":5},
18 "values" : [13,13],
19 "axis": "right"
20 },
21 {
22 "type": "line",
23 "values" : [14,14] ,
24 "axis": "right"
25 }
26 ],
27
28 "y_axis":{
29 "min": 10,
30 "max": 20,
31 "grid-visible": true,
32 "grid-colour": "#FFD0D0"
33 },
34
35 "y_axis_right":{
36 "min": 10,
37 "max": 20,
38 "grid-visible": true,
39 "grid-colour": "#D0D0FF"
40 }
41
42}
Note: See TracBrowser for help on using the repository browser.