Create a composite chart
- Last UpdatedApr 21, 2020
- 1 minute read
This example produces a composite chart using the All Numeric tag group.
{
"upsert": {
"Name": "ContentWithScript",
"UserID": "wally.wonderware@gmail.com",
"CreatedUserFirstName": "Wally",
"CreatedUserLastName": "Wonderware",
"ChartType": "Composite Chart",
"LayoutInfo": {
"TagDetails": [
{
"TagName": "alarmstests.W12R12-SQL16.SysPerfAvailableMBytes",
"IsSelected": "true"
}
]
},
"Scope": "/"
}
}