Forum Discussion
Theme setting for card background
- 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 } ] } },
The option is enabled. The other settings for cards seem to work, but background colors seem to be
ignored for pretty much visualization I've tried. I asked about cards specifically, because the Theme Generator
supports it, and it is documented. Most of the other documented elements I've tried work as expected.
- lena_hee8 years agoNew Member
Hi, gaccardo
I have a same problem. Did you solve it?
It changed everything but only background does'n work.
- gaccardo8 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.
- echristoph7 years agoHelper I
Did you ever get this figured out? Having the same problem.