Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

advancedSlicerVisual: value and fillCustom attributes not changing visual #98

Open
spmcgraw opened this issue Jul 31, 2024 · 0 comments

Comments

@spmcgraw
Copy link

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": "--" }]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant