Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
Anonymous
Not 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?

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

"legend":[{
	"fontSize":8
}],
"categoryAxis":[{
        "fontSize":8
}]

https://github.com/deldersveld/PowerBI-ThemeTemplates 

View solution in original post

1 REPLY 1
Anonymous
Not applicable

"legend":[{
	"fontSize":8
}],
"categoryAxis":[{
        "fontSize":8
}]

https://github.com/deldersveld/PowerBI-ThemeTemplates 

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.