Forum Discussion
Anonymous
8 years agoNot applicable
fontColor property in JSON does not work
I've created following JSON Theme: { "name": "TEST", "visualStyles": { "*": { "*": { "*": [ { "fontSize": 18, "fontcolor": { "solid": { "color": "#FF0000" } }, "fontFamily": "Lucida Sa...
- Anonymous8 years ago
I|ve solved it / I|ve add
"categoryAxis": [{"labelColor": {"solid": {"color": "#000000"}},"axisStyle": "showBoth"}]
v-danhe-msft
8 years agoMicrosoft Employee
Hi Anonymous,
Based on my research, I am afraid you could just chang some formeting of the visual with JSON file, you could refer to this link:
And this link:https://docs.microsoft.com/en-us/power-bi/desktop-report-themes#json-file-element-definitions
Regards,
Daniel He
- Anonymous8 years agoNot applicable
Hello v-danhe-msft,
what do you want to change?
Have you an example to set the font color? E.g. for the data labels or x Axis?
- Anonymous8 years agoNot applicable
I|ve solved it / I|ve add
"categoryAxis": [{"labelColor": {"solid": {"color": "#000000"}},"axisStyle": "showBoth"}]