Chart styling


{
"presentation": {
"template": "template.pptx",
"slides": [
{
"slide_index": 0,
"shapes": [
{
"name": "Chart 1",
"settings": {
"chartShowLegend": true,
"chartLegendPosition": "Bottom",
"chartLegendFontColor": "255,0,0",
"isChartLegendBold": true,
"title": "Average Annual Precipitations",
"chartFont": "Trebuchet MS",
"chartFontSize": 20,
"chartDataLabelColor": "Red"
}
}
]
}
]
}
}Last updated