source:
code/Website/data-files/scatter-line-step-horizontal.txt@
7849
Last change on this file since 7849 was 7849, checked in by , 15 years ago | |
---|---|
File size: 523 bytes |
Rev | Line | |
---|---|---|
[7849] | 1 | { |
2 | ||
3 | "elements":[ | |
4 | { | |
5 | "type": "scatter_line", | |
6 | "colour": "#FFB900", | |
7 | "text": "Avg", | |
8 | "font-size": 10, | |
9 | "dot-size": 10, | |
10 | "stepgraph" : "horizontal", | |
11 | "values" : [ | |
12 | {"x":-4, "y":-5 }, | |
13 | {"x":-4, "y":-2 }, | |
14 | {"x":-4, "y":1 }, | |
15 | {"x":3, "y":3 }, | |
16 | {"x":3.5, "y":3.5 }, | |
17 | {"x":4.9, "y":4.9 } | |
18 | ] | |
19 | } | |
20 | ||
21 | ] | |
22 | } | |
23 | ||
24 | ||
25 |
Note:
See TracBrowser
for help on using the repository browser.