-
Notifications
You must be signed in to change notification settings - Fork 208
/
Gauge.json
39 lines (39 loc) · 873 Bytes
/
Gauge.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "GaugeTemplate",
"visualStyles": {
"gauge": {
"*": {
"axis": [{
"max": 100,
"target": 101
}],
"dataPoint": [{
"fill": { "solid": { "color": "#01B8AA"}},
"target": { "solid": { "color": "#FFB8DD"}}
}],
"labels": [{
"show": true,
"color": { "solid": { "color": "#EEEEEE"}},
"labelDisplayUnits": "0",
"labelPrecision": 1,
"fontSize": 11,
"fontFamily": "Courier New"
}],
"target": [{
"show": true,
"color": { "solid": { "color": "#EEEEEE"}},
"labelDisplayUnits": "0",
"labelPrecision": 1,
"fontSize": 11,
"fontFamily": "Courier New"
}],
"calloutValue": [{
"show": true,
"color": { "solid": { "color": "#EEEEEE"}},
"labelDisplayUnits": "0",
"labelPrecision": 1
}]
}
}
}
}