如何修改 highcharts 图片中列的颜色

在数据中使用下面的方法进行定义:data: [ {y: 34.4, color: 'red'}, // this point is red 21.8, // default blue {y: 20.1, color: '#aaff99'}, // this will be greenish 20] // default blue