This article is outdated, you can access the most current version here: https://doc.onedata.de/apps/apps-docs/odml-documentation/AppBuilder/elements/HighchartsElement.html#type-highcharts
This is a sample configuration for a Stacked Column Chart in Apps. The datasource used in this example can be found here.
{
"id": "stackedColumnChart",
"type": "highcharts",
"source": "raw_testSource",
"config": {
"title": {
"text": "Stacked column chart"
},
"subtitle": {
"text": "Chart1"
},
"exporting": {},
"chart": {
"type": "column",
"polar": false
},
"series": [
{
"name": "Tokyo",
"turboThreshold": 0,
"marker": {}
},
{
"name": "New York",
"turboThreshold": 0
},
{
"name": "London",
"turboThreshold": 0
}
],
"plotOptions": {
"series": {
"stacking": "normal",
"animation": false,
"dataLabels": {}
}
},
"yAxis": {
"title": {
"text": ""
},
"labels": {}
},
"xAxis": {
"title": {},
"labels": {}
}
}
}
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article