04-06-2020 02:45 AM
Hi all,
I am using Area Analyzer, and I want to make the background of one of my widgets transparent.
On Motifs tab in configuration, there is an option to make all widgets background transparent, but not for only one or several widgets.
On Mapping Corona Virus map there is one transparent widget (button for mobile version).
How I can do that?
Best regards,
Mladen
04-13-2020 07:14 AM
hi Mladen,
The button 'Mobile Version' here is styled with .css through customization and it is not done through the GUI.
In this case it is a button inheriting some styling and has background color set. You can review that in the developer tools.
Here is a look at it:
HTH
05-01-2020 10:56 AM - edited 05-01-2020 11:05 AM
Hi Mladen,
(I remember helping you with at the time - just posting the answer to the community for others)
You can use the API to do this in the current released version.
In the next release/Analyzer Beta, this feature can be accessed on the GUI. Configuration->Additional Charts->Style->Transparent Background.
Hope this helps,
Dave