{chart: {type: 'column'}, title: { text: ''},subtitle: { text: ''},credits:{text:''},xAxis:{type:'category'},yAxis:{title:{text:'% of product launches'}},legend:{enabled:false}, plotOptions:{column:{colorByPoint: true,colors: ["#2E5494", "#96A8C9", "#59C7EB", "#ABE3F5", "#058245","#82BFA3","#854091","#C2A1C7"],dataLabels:{enabled: true,format: '{y}%',crop:false,overflow:'allow'},pointWidth: 60}},tooltip:{pointFormat: '
{point.y}%
',style:{width:'85'}},series:[{colorByPoint: true,data:[{name:'Plastic - not specified',y:37},{name:'Carton',y:23},{name:'Plastic - PET (1)',y:12},{name:'Glass',y:10},{name:'Cardboard',y:5},]}]}