Line | |
---|
1 | {
|
---|
2 |
|
---|
3 | "elements":[
|
---|
4 | {
|
---|
5 | "type": "scatter_line",
|
---|
6 | "colour": "#FFB900",
|
---|
7 | "text": "Avg",
|
---|
8 | "font-size": 10,
|
---|
9 | /* BUG: if you comment this out no line is drawn? why? */
|
---|
10 | "dot-style": {"type":"solid-dot"},
|
---|
11 | "values" : [
|
---|
12 | {"x":-4, "y":-5, "tip":"HELLO" },
|
---|
13 | {"x":-4, "y":-2, "colour":"#FF0000" },
|
---|
14 | {"x":-4, "y":1, "dot-size":4},
|
---|
15 | {"x":3, "y":3, "dot-size":5, "type": "hollow-dot"},
|
---|
16 | {"x":3.5, "y":3.5, "dot-size":6},
|
---|
17 | {"x":4.9, "y":4.9, "dot-size":7}
|
---|
18 | ]
|
---|
19 | }
|
---|
20 |
|
---|
21 | ],
|
---|
22 |
|
---|
23 | "x_axis":{
|
---|
24 | "offset": false,
|
---|
25 | "min": -5,
|
---|
26 | "max": 5/*,
|
---|
27 | "labels":["mon","tue","wed","thur","fri","sat","sun"]*/
|
---|
28 | },
|
---|
29 |
|
---|
30 | "y_axis":{
|
---|
31 | "min": -5,
|
---|
32 | "max": 5
|
---|
33 | },
|
---|
34 |
|
---|
35 | "y_legend":{
|
---|
36 | "text": "Time of day",
|
---|
37 | "style": "{font-size: 20px; color: #736AFF;}"
|
---|
38 | }
|
---|
39 | }
|
---|
40 |
|
---|
41 |
|
---|
42 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.