source: code/Website/data-files/x-labels-invisible-user-labels.txt@ 7849

Last change on this file since 7849 was 7849, checked in by dennisw, 15 years ago
File size: 821 bytes
Line 
1{
2 "title":{
3 "text":"X Labels - Auto with Min=5 - Invisible Labels",
4 "style":"{font-size: 16px; margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0; }"
5 },
6
7 "x_axis":{
8 "steps": 1,
9 "labels": {
10 "visible":false,
11 "labels":["a:[#val#]","b:[#val#]","c:[#val#]"]
12 }
13 },
14
15 "elements":[
16 {
17 "type": "line_hollow",
18 "colour": "#736AFF",
19 "width": 2,
20 "dot-size": 4,
21 "halo-size": 1,
22 "tip": "#x_label#<br>#val#",
23 "values" : [3,4,5]
24 }
25 ],
26
27 "tooltip":{
28 "shadow":false,
29 "stroke":5,
30 "colour":"#00d000",
31 "background":"#d0d0ff",
32 "title":"{font-size: 14px; color: #905050;}",
33 "body":"{font-size: 10px; font-weight: bold; color: #9090ff;}"
34 },
35
36 "y_axis":{
37 "max": 8
38 }
39
40}
Note: See TracBrowser for help on using the repository browser.