

	
			AmCharts.makeChart("sectorBenchmark",
				{
					"type": "serial",
					"pathToImages": "//cdn.amcharts.com/lib/3/images/",
					"categoryField": "category",
					"rotate": true,
					"panEventsEnabled": false,
					"colors": [
		              	"#013058",
		                "#043B6A",
		                "#0B497A",
		                "#14568A",
		                "#135C96",
		                "#1C6AA6",
		                "#2A77B4",
		                "#3285C4",
		                "#368ACB",
		                "#368ACB",
					],
					"startDuration": 1,
					"fontSize": 12,
					"categoryAxis": {
						"gridPosition": "start"
					},
					"trendLines": [],
					"graphs": [
					
					],
					"guides": [],
					"valueAxes": [
						{
							"id": "ValueAxis-1",
							"stackType": "regular",
							"title": "",
							"unit": "%"
						}
					],
					"allLabels": [],
					"balloon": {},
					"titles": [
						{
							"id": "Title-1",
							"size": 12,
							"text": "Under/Over Weight vs. ref. Index"
						}
					],
					"dataProvider": [
					
					]
				}
			);


			AmCharts.makeChart("countryBenchmark",
				{
					"type": "serial",
					"pathToImages": "//cdn.amcharts.com/lib/3/images/",
					"categoryField": "category",
					"rotate": true,
					"colors": [
		              "#013058",
		                "#043B6A",
		                "#0B497A",
		                "#14568A",
		                "#135C96",
		                "#1C6AA6",
		                "#2A77B4",
		                "#3285C4",
		                "#368ACB",
		                "#368ACB",
					],
					"startDuration": 1,
					"fontSize": 12,
					"categoryAxis": {
						"gridPosition": "start"
					},
					"trendLines": [],
					"graphs": [
					
					],
					"guides": [],
					"valueAxes": [
						{
							"id": "ValueAxis-1",
							"stackType": "regular",
							"title": "",
							"unit": "%"
						}
					],
					"allLabels": [],
					"balloon": {},
					"titles": [
						{
							"id": "Title-1",
							"size": 12,
							"text": "Under/Over Weight vs. ref. Index"
						}
					],
					"dataProvider": [
					
					]
				}
			);