Create a Gantt chart
- Last UpdatedApr 21, 2020
- 1 minute read
This example produces a Gantt chart. The Name property of the layout is empty, so the "String data" tag group is used.
{
"upsert": {
"Name": "Gantt Chart ContentWithScript",
"ChartType": "Gantt Chart",
"LayoutInfo": [
{
"TagDetails": [
{
"TagName": "Weatherapp.Auckland.Wind Direction Text",
"IsSelected": "true"
},
{
"TagName": "Weatherapp.Auckland.Wind Speed Text",
"IsSelected": "true"
}
]
}
]
}
}