41 lines
880 B
JavaScript
41 lines
880 B
JavaScript
AmCharts.makeChart("chartStacked1",
|
|
{
|
|
"zoomOutText": "",
|
|
"allLabels": [],
|
|
"balloon": {},
|
|
"categoryAxis": {
|
|
"gridPosition": "start",
|
|
"parseDates": true
|
|
},
|
|
"categoryField": "category",
|
|
"depth3D": 2,
|
|
"fontFamily": "Open Sans",
|
|
"guides": [],
|
|
"legend": {
|
|
"enabled": true,
|
|
//"fontSize": 10,
|
|
"labelWidth": 120,
|
|
"width": 670
|
|
},
|
|
"startDuration": 0,
|
|
"startEffect":"easeInSine",
|
|
"theme": "light",
|
|
"type": "serial",
|
|
"trendLines": [],
|
|
"valueAxes": [
|
|
{
|
|
"id": "ValueAxis-1",
|
|
"stackType": "regular",
|
|
"title": "",
|
|
"unitPosition": "left"
|
|
}
|
|
],
|
|
"titles": [
|
|
{
|
|
"id": "Title-1",
|
|
"size": 15,
|
|
"text": "Project Status by Quantity",
|
|
"color": "#555"
|
|
}
|
|
]
|
|
}); |