How can I change the background color of an embedded trend radar?

In order to change the background color of an ebedded trend radar, you simply need to extend the embed link by adding the parameter “c” and the desired color value.

Example:

The embed link you are using is as follows:

https://example-company.org/trendradar/jw1LwAb4APs9Dl3LWYnL/de/embed?s=95

To colorize the background red, add the parameter “c” and the value “red”:

https://example-company.org/trendradar/jw1LwAb4APs9Dl3LWYnL/de/embed?s=95&c=red

Alternatively to the strings for all common colors (red, green, blue etc.) you can also use any HTML-compliant color. In that case it would have to be URL-coded. Thus, the hexadecimal representation of the color red: #ff0000 should be translated into the URL-coded string: %23ff0000.