source: code/Website/dot-net-library/written-by-xiao-yifang/ofcWebTest/datafile/bar.txt@ 7937

Last change on this file since 7937 was 7849, checked in by dennisw, 15 years ago
File size: 831 bytes
Line 
1{
2 "title":
3 {
4 "text": "Bar Chart",
5 "style": "{font-size: 20px; color:#0000ff; font-family: Verdana; text-align: center;}"
6 },
7 "x_axis":
8 {
9 "labels":
10 {
11 "steps": 1
12 },
13 "offset": false,
14 "steps": 1,
15 "3d": 0
16 },
17 "y_axis":
18 {
19 "tick-length": 0,
20 "offset": 0,
21 "steps": 3,
22 "min": 0,
23 "max": 24,
24 "3d": 0
25 },
26 "elements":
27 [
28 {
29 "colour": "#345",
30 "values":
31 [
32 0,
33 1,
34 3,
35 4,
36 5,
37 5,
38 9,
39 12,
40 8,
41 14,
42 14,
43 15
44 ],
45 "font-size": 10,
46 "text": "Test",
47 "fillalpha": 0.4,
48 "alpha":0.5,
49 "type": "bar"
50 }
51 ],
52 "tooltip":
53 {
54 "text": "\u63D0\u793A:#val#",
55 "shadow": true,
56 "rounded": 1,
57 "stroke": 2,
58 "mouse": 0
59 }
60}
Note: See TracBrowser for help on using the repository browser.