Forum Discussion
Anonymous
5 years agoNot applicable
Visualisation Axis and Legend - font size JSON Theme
Is there any way to set the default x and y axis and legend font size, of a visualisation via JSON without setting the default font size for everything else?
//for example
"textClasses": {
"label": {
"color": "#000000",
"fontFace": "Arial",
"fontSize": 8
},
//this will set all font size to be 8, while the axis font size will default to 9
Is there any way to set the general text size to 10 but the axis and legend font size to 8?
- Anonymous5 years ago
"legend":[{ "fontSize":8 }], "categoryAxis":[{ "fontSize":8 }]
1 Reply
- AnonymousNot applicable
"legend":[{ "fontSize":8 }], "categoryAxis":[{ "fontSize":8 }]