Forum Discussion
Dayna
Helper V
4 years agoJSON Theme - Matrix - Grand Totals
Hi All, I don't seem to be able to get my theme to apply to the grand total (column or row) on a matrix.. I know it's for pivotTable, but can anyone enlighten me as to the name of the attribute? ...
v-xiaotang
Community Support
4 years agoHi Dayna
Thanks for reaching out to us.
After my testing, the following code works
{
"name": "Sample",
"visualStyles": {
"*": {
"*": {
"*": [
{
"responsive": true,
"wordWrap": true,
"fontSize": 10,
"backColorPrimary": { "solid": { "color": "#ffffff" } },
"backColorSecondary": { "solid": { "color": "#ededed" }},
"fontFamily": "Comic Sans MS"
}
],
"title": [
{
"show": true,
"fontColor": { "solid": { "color": "#535353" } },
"background": { "solid": { "color": "#ffffff" } },
"alignment": "center",
"fontSize": 12,
"fontFamily": "Comic Sans MS"
}
]
}
}
}
}
import theme
after my theme imported, the font has changed (in red box)
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.