You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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": "--" }]
The text was updated successfully, but these errors were encountered: