March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe 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
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?
Solved! Go to Solution.
"legend":[{
"fontSize":8
}],
"categoryAxis":[{
"fontSize":8
}]
"legend":[{
"fontSize":8
}],
"categoryAxis":[{
"fontSize":8
}]
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
125 | |
85 | |
69 | |
54 | |
45 |
User | Count |
---|---|
204 | |
106 | |
98 | |
65 | |
54 |