source: code/Website/data-files/combined-chart-bar-line-scatter.txt@ 7849

Last change on this file since 7849 was 7849, checked in by dennisw, 15 years ago
File size: 2.0 KB
Line 
1{
2 "title":{
3 "text": "Request from user: TheBashar",
4 "style": "{font-size: 20px; color:#0000ff; font-family: Verdana; text-align: center;}"
5 },
6
7 "y_legend":{
8 "text": "Open Flash Chart",
9 "style": "{color: #736AFF; font-size: 12px;}"
10 },
11
12 "elements":[
13 {
14 "type": "bar",
15 "alpha": 0.7,
16 "colour": "#6D9934",
17 "text": "Page views",
18 "font-size": 10,
19 "values" : [169,166,167,169,165,167,166,169,167]
20 },
21 {
22 "type": "line",
23 "dot-style": {"type":"solid-dot", "dot-size": 2, "halo": 1},
24 "values": [ 190, 192, 193, 194, 192, 190, 192, 193, 194 ],
25 "width": 2,
26 "colour": "#A18B6A",
27 "text": "S&P 500",
28 "font-size": 12
29 },
30 {
31 "type": "scatter",
32 "colour": "#FFB900",
33 "text": "Avg",
34 "font-size": 10,
35 "dot-style": {"type":"star", "colour":"#DD0000", "hollow":false},
36 "values" : [
37 {"x":3.5, "y":193, "tip":"HELLO" },
38 {"x":7, "y":190, "dot-size":7}
39 ]
40 },
41 {
42 "type": "scatter",
43 "colour": "#FFB900",
44 "text": "Avg",
45 "font-size": 10,
46 "dot-style": {"type":"anchor", "sides":4, "rotation":45, "colour":"#6D9934", "hollow":false},
47 "values" : [
48 {"x":3, "y":192},
49 {"x":3.2, "y":192},
50 {"x":4, "y":192},
51 {"x":4.5, "y":192},
52 {"x":8, "y":190}
53 ]
54 }
55 ],
56
57 "bg_colour": "#FAF7F5",
58
59 "x_axis":{
60 "stroke":1,
61 "tick-length":2,
62 "colour":"#696969",
63 "grid-visible":false,
64 "labels": ["10<br>January","15<br>Jan","March","April","May","June","July","August","Spetember"]
65 },
66
67 "y_axis":{
68 "stroke": 1,
69 "tick-length": 2,
70 "colour": "#696969",
71 "grid-colour": "#B5B4B3",
72 "offset": 0,
73 "min": 160,
74 "max": 200,
75 "steps": 5
76 },
77
78 "tooltip":{
79 "mouse": 1,
80 "stroke":1
81 }
82
83}
84
Note: See TracBrowser for help on using the repository browser.