How do I change the background color of an embedded Trendradar?
To adjust the background color of an embedded Trendradar, you only need to slightly extend the embed link by adding the parameter „c“ and a color value.
An example:
The embed link you are using looks as follows:
https://example-company.org/trendradar/jw1LwAb4APs9Dl3LWYnL/de/embed?s=95.
To now select the background color red, add the parameter „c“ and the value „red“ to the link:
https://example-company.org/trendradar/jw1LwAb4APs9Dl3LWYnL/de/embed?s=95&c=red
As an alternative to the strings for all common colors (red, green, blue etc.), any color valid in HTML can also be used. For this, the value must be URL-encoded if necessary. So the hexadecimal representation of the color red, #ff0000, would become the URL-encoded string %23ff0000.




