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 fontColor theme setting not applied #93

Open
bdarbonneau opened this issue Apr 4, 2024 · 1 comment
Open

Comments

@bdarbonneau
Copy link

Using the March 2024 version of Power BI Desktop.
I am trying to set the default font color of the button values in the new button slicer visual, but the theme settings are not applied. Setting the font size, family is OK, but the following code does not affect the font color. I have also tried using theme colors, but to no avail. Is this a bug or am I missing something ?

"advancedSlicerVisual": { "*": { "value": [ { "show": true }, { "$id": "default", "fontFamily": "Segoe UI Semibold", "fontColor":{"solid": {"color":"#4A4A4A"}}, "fontSize": 10, "transparency": 0, "horizontalAlignment": "center" }, { "$id": "selected", "fontColor":{"solid": {"color":"#4A4A4A"}} } ] } }

@CHohnbaum
Copy link

I'm also hitting this issue with the latest theme file, I can't set the fontColor but I can set the other properties for values.

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

2 participants