-
Notifications
You must be signed in to change notification settings - Fork 85
/
Ribbon.json
63 lines (63 loc) · 1.57 KB
/
Ribbon.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "RibbonTemplate",
"visualStyles": {
"ribbonChart": {
"*": {
"general": [{
"responsive": true,
"keepLayerOrder": true
}],
"legend": [{
"show": true,
"position": "Top",
"showTitle": true,
"titleText": "",
"labelColor": { "solid": { "color": "#01B8AA"}},
"fontFamily": "Courier New",
"fontSize": 10
}],
"categoryAxis": [{
"show": true,
"labelColor": { "solid": { "color": "#01B8AA"}},
"fontSize": 14,
"fontFamily": "Segoe UI",
"preferredCategoryWidth": 30,
"maxMarginFactor": 28,
"innerPadding": 22,
"concatenateLabels": true,
"showAxisTitle": true,
"axisStyle": "showTitleOnly",
"titleColor": { "solid": { "color": "#01B8AA"}},
"titleText": "asdf",
"titleFontSize": 12,
"titleFontFamily": "Segoe UI"
}],
"dataPoint": [{
"defaultColor": { "solid": { "color": "#448822"}}
}],
"labels": [{
"show": true,
"color": { "solid": { "color": "#EEEEEE"}},
"labelDisplayUnits": "0",
"labelPrecision": 1,
"labelOrientation": "vertical",
"labelPosition": "InsideEnd",
"fontSize": 11,
"fontFamily": "Courier New",
"enableBackground": true,
"backgroundColor": { "solid": { "color": "#0928DD"}},
"backgroundTransparency": 30
}],
"plotArea": [{
"transparency": 20
}],
"ribbonChart": [{
"seriesGapRatio": 15,
"colorBands": true,
"bandsTransparency": 20,
"showBorder": true
}]
}
}
}
}