-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme_Image.json
76 lines (76 loc) · 2.14 KB
/
theme_Image.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
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "Image Attributes",
"dataColors": ["#171796", "#E34B20", "#D1CAB8", "#465437", "#E2EB00", "#615E55", "#00AC98", "#73268c"],
"background": "#FFFFFF",
"foreground": "#949494",
"visualStyles":
{
"image":
{"*":
{
"imageScaling": [{"imageScalingType": "Fit"}],
"title": [{
"show": false,
"wordwrap": [{"show": true}],
"text": "Image Title",
"fontColor": {"solid": {"color": "#ffffff"}},
"background": {"solid": {"color": "#12239E"}},
"alignment": "Center",
"fontSize": 8,
"fontFamily": "Arial"
}],
"background": [{
"show": true,
"color": {"solid": {"color": "#F5F4F0"}},
"transparency": 0
}],
"lockAspect": [{"show": false}],
"border": [{
"show": true,
"color": {"solid": {"color": "#F5F4F0"}},
"radius": 5
}],
"dropShadow": [{
"show": true,
"color": {"solid": {"color": "#E8E8E8"}},
"position":"Outer",
"preset":"Custom",
"shadowSpread": 15,
"shadowBlur": 20,
"angle": 50,
"shadowDistance": 15,
"transparency": 80
}],
"visualHeader": [{
"show": true,
"background": {"solid": {"color": "#ffffff"}},
"border": {"solid": {"color": "#F5F4F0"}},
"transparency": 10,
"foreground": {"solid": {"color": "#F5F4F0"}},
"showVisualInformationButton": false,
"showVisualWarningButton": false,
"showVisualErrorButton": false,
"showDrillRoleSelector": true,
"showDrillToggleButton": false,
"showDrillUpButton": false,
"showDrillDownLevelButton": false,
"showDrillDownExpandButton": false,
"showPinButton": false,
"showFocusModeButton": false,
"showFilterRestatementButton": false,
"showSeeDataLayoutToggleButton": false,
"showOptionsMenu": false,
"showTooltipButton": true
}],
"visualHeaderTooltip":[{
"titleFontColor":{"solid":{"color":"#E8E8E8"}},
"text": "Add a tooltip text",
"fontSize": 11,
"fontFamily": "Arial Black",
"background":{"solid":{"color":"#FFFFFF"}},
"transparency": 30
}]
}
}
}
}