Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Custom Theme - Data Colours for Map

Hello,

 

I have a map visual in my report with data colors for specific status of my devices.

 

Is it possible to customize these status / data colors within a theme? 

How would something like that look?

        "map": {
            "*": {
                "???": [
                    {
                        "???": "Error",
                        "labelColor": {
                            "solid": {
                                "color": "#99B4D4"
                            }
                        }
                    }
                ]
            }
        }

Thank you in advance!

 

Best regards,

Christopher