for pie chart we have done it, not sure for column chart, but you can try this.
aColors =[ '#00FF00','#FFC200','#FF0000' ]; plotArea: { colorPalette : aColors }
you can try to set colorPalette property of plotArea property of chart from controller.
-Akhilesh
Add comment