Adjust chart legend


{
"presentation": {
"template": "template.pptx",
"export_version": "Pptx2010",
"slides": [
{
"type": "slide",
"slide_index": 0,
"shapes": [
{
"name": "Chart 1",
"title": "Average Annual Precipitations",
"settings": {
"chartShowLegend": true,
"chartLegendPosition": "Top",
"chartLegendFontColor": "255,0,0",
"isChartLegendBold": true
}
}
]
}
]
}
}
Last updated