Insert data
Find the shape
name
you want to update. See here to find shape names.Specify chart title under
title
if necessaryUnder
data
:The first array contains the array of series labels e.g. North in below example
The second array contains the list of categories e.g. January in below example
The third array contains the series values in order for first category e.g. North in January followed by South in January and so on in below example
The forth array contains the series values in order for second category e.g. North in February followed by South in February and so on in below example
Continue inserting data in array
Before and after
Template Presentation
JSON payload
Last updated