{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:'Vitamin D3',y:45},{name:'Vitamin C',y:37},{name:'Vitamin B6',y:22},{name:'Vitamin B7',y:20},{name:'Vitamin B12',y:19},]}]}