Forum Discussion

DavidWaters100's avatar
DavidWaters100
Post Patron
6 years ago
Solved

Pie 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...
  • v-lionel-msft's avatar
    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 Chen

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.