{
	"type": "line",
	"legend": {
		"show": true,
		"padding": 5,
		"lineHeight": 10,
		"margin": 0
	},
	"padding": [15, 15, 0, 15],
	"fontSize": 11,
	"background": "#FFFFFF",
	"animation": true,
	"categories": null,
	"series": null,
	"enableScroll": true,
	"xAxis": {
		"disableGrid": true,
		"itemCount": 4,
		"scrollShow": true,
		"type":"grid",
		"gridType":"dash"
	},
	"yAxis": {
		"data": [{
			"position": "left",
			"axisLine": false
		}]
	},
	"dataLabel": true,
	"width": 0,
	"height": 0,
	"extra": {
		"column": {
			"type": "group",
			"width": 0
		}
	}
}