Line | |
---|
1 | {
|
---|
2 | "title":{
|
---|
3 | "text": "Many data lines",
|
---|
4 | "style": "{font-size: 20px; color:#0000ff; font-family: Verdana; text-align: center;}"
|
---|
5 | },
|
---|
6 |
|
---|
7 | "elements":[
|
---|
8 | {
|
---|
9 | "type": "bar",
|
---|
10 | "colour": "#9933CC",
|
---|
11 | "values" : [7,0,-7],
|
---|
12 | "axis": "right"
|
---|
13 | },
|
---|
14 | {
|
---|
15 | "type": "bar_sketch",
|
---|
16 | "colour": "#9933CC",
|
---|
17 | "values" : [7,0,-7],
|
---|
18 | "axis": "right"
|
---|
19 | },
|
---|
20 | {
|
---|
21 | "type": "bar_glass",
|
---|
22 | "colour": "#9933CC",
|
---|
23 | "values" : [7,0,-7],
|
---|
24 | "axis": "right"
|
---|
25 | },
|
---|
26 | {
|
---|
27 | "type": "bar_3d",
|
---|
28 | "colour": "#9933CC",
|
---|
29 | "values" : [7,0,-7],
|
---|
30 | "axis": "right"
|
---|
31 | },
|
---|
32 | {
|
---|
33 | "type": "bar_filled",
|
---|
34 | "colour": "#9933CC",
|
---|
35 | "values" : [7,0,-7],
|
---|
36 | "axis": "right"
|
---|
37 | },
|
---|
38 | {
|
---|
39 | "type": "bar_cylinder",
|
---|
40 | "colour": "#9933CC",
|
---|
41 | "values" : [7,0,-7],
|
---|
42 | "axis": "right"
|
---|
43 | },
|
---|
44 | {
|
---|
45 | "type": "bar_cylinder_outline",
|
---|
46 | "colour": "#3030FF",
|
---|
47 | "values" : [7,0,-7],
|
---|
48 | "axis": "right"
|
---|
49 | },
|
---|
50 | {
|
---|
51 | "type": "bar_round_glass",
|
---|
52 | "colour": "#CC0000",
|
---|
53 | "values" : [7,0,-7],
|
---|
54 | "axis": "right"
|
---|
55 | },
|
---|
56 | {
|
---|
57 | "type": "bar_round",
|
---|
58 | "colour": "#CC0000",
|
---|
59 | "values" : [7,0,-7],
|
---|
60 | "axis": "right"
|
---|
61 | },
|
---|
62 | {
|
---|
63 | "type": "bar_dome",
|
---|
64 | "colour": "#CCCC00",
|
---|
65 | "values" : [7,0,-7],
|
---|
66 | "axis": "right"
|
---|
67 | }
|
---|
68 | ],
|
---|
69 |
|
---|
70 | "y_axis":{
|
---|
71 | "tick-length": 3,
|
---|
72 | "colour": "#d000d0",
|
---|
73 | "grid-visible": false,
|
---|
74 | "offset": 0,
|
---|
75 | "min": -10,
|
---|
76 | "max": 10
|
---|
77 | },
|
---|
78 |
|
---|
79 | "y_axis_right":{
|
---|
80 | "tick-length": 6,
|
---|
81 | "colour": "#d0d0d0",
|
---|
82 | "of--fset": 0,
|
---|
83 | "min": -17,
|
---|
84 | "max": 17,
|
---|
85 | "grid-visible": true,
|
---|
86 | "grid-colour": "#D0D0FF"
|
---|
87 | }
|
---|
88 | }
|
---|
89 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.