Forum Discussion
DavidWaters100
Post Patron
6 years agoPie chart JSON theme does not work as expected
Hi, can anyone assist with below JSON for theme import please. My theme is long and is accepted and works, except the pie chart section below. The title bar of the piechart should be blue and white...
- 6 years ago
Hi DavidWaters100 ,
Try to import this JSON file.
{ "name": "PieChartTemplate", "visualStyles": { "pieChart": { "*": { "legend": [{ "fontFamily": "Segoe UI" }], "title": [{ "show": true, "fontColor": { "solid": { "color": "#FFFFFF"}}, "background": { "solid": { "color": "#364b73"}} }] } } } }Best regards,
Lionel ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
v-lionel-msft
Community Support
6 years agoHi DavidWaters100 ,
Try to import this JSON file.
{
"name": "PieChartTemplate",
"visualStyles": {
"pieChart": {
"*": {
"legend": [{
"fontFamily": "Segoe UI"
}],
"title": [{
"show": true,
"fontColor": { "solid": { "color": "#FFFFFF"}},
"background": { "solid": { "color": "#364b73"}}
}]
}
}
}
}
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.