Forum Discussion
gaccardo
8 years agoAdvocate II
Theme setting for card background
I understand from other posts that setting the page background with a theme .json file is not supported. However, it does appear that the background for card elements is supported. When I use the ...
- 8 years ago
The July 2018 release provides support for background colors. The snippet below has a dark grey background with a lighter grey area surrounding it. Enjoy.
"*": { "*": { "*": [{ "fontSize": 8, "fontFamily": "Arial", "titleFontFamily": "Arial", "color": { "solid": { "color": "#77777" } } } ] } }, "page": { "*": { "background": [{ "color": { "solid": { "color": "#333333" } }, "transparency": 0 } ], "outspace": [{ "color": { "solid": { "color": "#444444" } }, "transparency": 0 } ] } },
lena_hee
8 years agoNew Member
Hi, gaccardo
I have a same problem. Did you solve it?
It changed everything but only background does'n work.
gaccardo
8 years agoAdvocate II
The July 2018 release provides support for background colors. The snippet below has a dark grey background with a lighter grey area surrounding it. Enjoy.
"*": {
"*": {
"*": [{
"fontSize": 8,
"fontFamily": "Arial",
"titleFontFamily": "Arial",
"color": {
"solid": {
"color": "#77777"
}
}
}
]
}
},
"page": {
"*": {
"background": [{
"color": {
"solid": {
"color": "#333333"
}
},
"transparency": 0
}
],
"outspace": [{
"color": {
"solid": {
"color": "#444444"
}
},
"transparency": 0
}
]
}
},
- echristoph7 years agoHelper I
This doesn't adress the question. How do you set the background color for visualizations? The page isn't the problem.
- Anonymous6 years agoNot applicable
gaccardo This helped a lot but for some reason the transparency wont change for me. Has the naming convention for it changed or something?