source: code/Website/data-files/x-axis-range-scatter-minus.txt@ 7849

Last change on this file since 7849 was 7849, checked in by dennisw, 15 years ago
File size: 662 bytes
Line 
1{
2
3 "elements":[
4 {
5 "type": "scatter_line",
6 "colour": "#FFB900",
7 "text": "Avg",
8 "font-size": 10,
9 "dot-size": 10,
10 "values" : [
11 {"x": 5, "y":-5 },
12 {"x": 3, "y":-2 },
13 {"x": 2.5, "y": 1 },
14 {"x": 1, "y": 3 },
15 {"x": 0, "y": 3.5 },
16 {"x":-5, "y": 4.9 }
17 ]
18 }
19
20 ],
21
22 "x_axis":{
23 "steps": 1,
24
25 "labels":{
26 "visible": true,
27 "rotate": "vertical"
28 }
29 },
30
31 "y_axis":{
32 "min": -5,
33 "max": 5
34 }
35}
36
37
38
Note: See TracBrowser for help on using the repository browser.