Line Chart
- Last UpdatedMay 19, 2023
- 2 minute read
|
Description |
The Line Chart type posts the specified AVEVA Insight data as a line chart. |
|
Method |
POST |
|
Required Parameters |
|
|
Optional Parameters |
|
|
Success Response |
Code: 200 |
|
Error Response |
Code: 400 or Code: 500 |
|
Example |
{ "ChartTitle": "Template api Line chart", "ChartType": "Line Chart", "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" } ] } |