Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

fontColor property in JSON does not work

I've created following JSON Theme:

{
"name": "TEST",
"visualStyles": {
"*": {
"*": {
"*": [
{
"fontSize": 18,
"fontcolor": {
"solid": {
"color": "#FF0000"
}
},
"fontFamily": "Lucida Sans"
}
]
}
}
}
}

 

This Theme styles every element with the font family and size, but the property color does not work. I've tested it wirth a bar and line chart.

 

Any ideas?

 

Thanks,

Philipp

 

  • Anonymous's avatar
    Anonymous
    8 years ago

    I|ve solved it / I|ve add

    "categoryAxis": [
    {
    "labelColor": {
    "solid": {
    "color": "#000000"
    }
    },
    "axisStyle": "showBoth"
    }
    ]

3 Replies