Adjust chart legend
Select the shape by
name
you want to modify. See here to find shape names.Specify chart title under
title
if necessaryInsert chart legend reltaed settings under
settings.
For more info please refer to "Chart legend" section on this page chartInsert data value under
data.
For more info please refer to this page chart.
Reference: chart
Download: input.zip | output.pptx


{
"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
Was this helpful?