Cumulative Sum Chart
- Last UpdatedMay 19, 2023
- 2 minute read
|
Description |
The Cumulative Sum Chart type posts the specified AVEVA Insight data as a cumulative sum chart (also called a rolling sum chart). |
|
Method |
POST |
|
Required Parameters |
|
|
Optional Parameters |
|
|
Success Response |
Code: 200 |
|
Error Response |
Code: 400 or Code: 500 |
|
Example |
{ "ChartTitle": "Template API Cumulative Sum chart", "ChartType": "Cumulative Sum", "Version": "1.0", "TimeRangeUTC": "2015-10-12T13:46:28.000Z,2015-10-29T13:50:37.734Z", "Tags": [ { "TagName": "Weather.Batna_clouds_value ", "Color": "#03A9F4" }, { "TagName": "Weather.Lagos_wind_speed_value ", "Color": "#8BC34A" } ] } |