Un usuario Pregunto ✅
goochy13
¿Hay alguna forma de establecer el eje xey predeterminado y el tamaño de fuente de la leyenda, de una visualización a través de JSON sin establecer el tamaño de fuente predeterminado para todo lo demás?
//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
¿Hay alguna forma de establecer el tamaño del texto general en 10 pero el tamaño de fuente del eje y la leyenda en 8?
goochy13
"legend":[{
"fontSize":8
}],
"categoryAxis":[{
"fontSize":8
}]
https://github.com/deldersveld/PowerBI-ThemeTemplates
goochy13
"legend":[{
"fontSize":8
}],
"categoryAxis":[{
"fontSize":8
}]
https://github.com/deldersveld/PowerBI-ThemeTemplates