Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

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?