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"}]
Anonymous
8 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?
Anonymous
8 years agoNot applicable
I|ve solved it / I|ve add
"categoryAxis": [
{
"labelColor": {
"solid": {
"color": "#000000"
}
},
"axisStyle": "showBoth"
}
]