Skip to content

advancedSlicerVisual: value and fillCustom attributes not changing visual #98

Description

@spmcgraw

I have tried following the schema and using tools like Theme Generator by POINT to customize the advanced Slicer Visual without luck. I did notice that the fillCustom schema does not include $id options.

Example code for the value attribute
"value": [{ "show": true }, { "$id": "default", "fontColor": { "solid": { "color": {"expr": {"ThemeDataColor": {"ColorId": 3}}} } }, "fontSize": 10, "fontFamily": "Segoe UI", "bold": false, "italic": false, "horizontalAlignment": "center", "textWrap": true, "showBlankAs": "--" }, { "$id": "hover", "fontColor": { "solid": { "color": {"expr": {"ThemeDataColor": {"ColorId": 3}}} } }, "fontSize": 10, "fontFamily": "Segoe UI", "bold": false, "italic": false, "horizontalAlignment": "center", "textWrap": true, "showBlankAs": "--" }, { "$id": "selected", "fontColor": { "solid": { "color": {"expr": {"ThemeDataColor": {"ColorId": 3}}} } }, "fontSize": 10, "fontFamily": "Segoe UI", "bold": false, "italic": false, "horizontalAlignment": "center", "textWrap": true, "showBlankAs": "--" }, { "$id": "disabled", "fontColor": { "solid": { "color": {"expr": {"ThemeDataColor": {"ColorId": 3}}} } }, "fontSize": 10, "fontFamily": "Segoe UI", "bold": false, "italic": false, "horizontalAlignment": "center", "textWrap": true, "showBlankAs": "--" }]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions