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

Last change on this file since 7849 was 7849, checked in by dennisw, 15 years ago
File size: 1.5 KB
Line 
1{
2 "title":
3 {
4 "text": "Tooltip Demo",
5 "style": "{font-size: 20px; color:#0000ff; font-family: Verdana; text-align: center;}"
6 },
7 "x_axis":
8 {
9 "offset": false,
10 "labels":
11 {
12 "steps": 1
13 },
14 "steps": 1,
15 "3d": 0
16 },
17 "y_axis":
18 {
19 "tick-length": 0,
20 "offset": 0,
21 "steps": 5,
22 "min": -10,
23 "max": 15,
24 "3d": 0
25 },
26 "elements":
27 [
28 {
29 "width": 2,
30 "dot-size": 5,
31 "halo-size": 3,
32 "colour": "#456f3",
33 "values":
34 [
35 {"value":7, "colour":"#FF0000", "tip":"HOLLOW<br>#val#", "dot-size":12, "halo-size": 3 ,"top":7},
36 7.3774717285106162,
37 7.7398948503864364,
38 8.0728206994505669,
39 8.3629765727090941,
40 8.598794871135004,
41 8.77087426333773,
42 8.8723544869780735,
43 8.89918984577886,
44 8.8503104986685717,
45 8.727665110968795,
46 8.5361431672572223,
47 8.2833800430471864,
48 7.9794526064607822,
49 7.6364774852962185,
50 7.2681280153137466,
51 6.8890891274875967,
52 6.5144719061490193,
53 6.1592111577397786,
54 5.8374700072088324,
55 5.5620752589149349,
56 5.3440060324141818,
57 5.191956059609919,
58 5.1119870930964169,
59 5.1072872432119034,
60 5.1780438781400377,
61 5.32143615413171,
62 5.5317474736436267,
63 5.8005933880425928,
64 6.1172558591138655,
65 6.4691105534220457
66 ],
67 "text": "line1",
68 "fillalpha": 0.35,
69 "type": "line"
70 }
71 ],
72 "tooltip":
73 {
74 "text": "global tooltip #val#"
75 }
76}
Note: See TracBrowser for help on using the repository browser.