Outspace Pane - Filter Pane

The '"outspacePane"' property under "visualStyles" can be defined for the whole report and formats the Filter Pane. It includes settings for

Syntax

{
    "name": "LeanProductivity",
    "visualStyles": {
        "*": {
            "*": {
                "outspacePane": [{
                    "backgroundColor": { "solid": { "color": "#1C1C1C" } },
                    "foregroundColor": { "solid": { "color": "#FFFFFF" } },
                    "checkboxAndApplyColor": { "solid": { "color": "#25D0F7" } },
                    "transparency": 0,
                    "titleSize": 14,
                    "headerSize": 10,
                    "fontFamily": "Segoe UI",
                    "border": true,
                    "width":240,
                    "borderColor": { "solid": { "color": "#1C1C1C" } },
                    "searchTextSize": 10, "inputBoxColor": { "solid": { "color": "#000000"  } }
                }]
            }
        }
    }
}

Effect

Filter Pane.png

Settings

Open Theme Selector in PBI Desktop.png

Customize Theme.png

Filter Pane Settings.png

Related