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...
- Anonymous5 years ago
"legend":[{ "fontSize":8 }], "categoryAxis":[{ "fontSize":8 }]
Anonymous
5 years agoNot applicable
"legend":[{
"fontSize":8
}],
"categoryAxis":[{
"fontSize":8
}]