Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Impossible to change the label color in the Advanced Visual Slicer

Hi everyone:

 

I'm trying to get the advanced slicer visual found at this link:

 

https://community.fabric.microsoft.com/t5/Themes-Gallery/Performance-Dashboard/td-p/4318550

 

Specifically this part:

svargasroca_0-1742849056338.png

 

I can change the default, hover, and selected behavior of "values," but I can't change the font color of "label".

 

The font color of "label" is overwritten by the color of "second-level elements." Changing this value may work for default, but not for selected or hover.

 

I also tried changing it via a JSON file, but it didn't work. The code I used was:

 

{
    "name": "CustomTheme",
    "visualStyles": {
        "advancedSlicerVisual": {
            "*": {
                "label": [
                    {
                        "$id": "selected",
                        "show": true,
                        "fontColor": {
                            "solid": {
                                "color": "#05FA01"
                            }
                        }
                    }
                ]
            }
        }
    }
}

 

Nothing works!!!

Status: New