4π
β
It will work if you define :colors
as a nested array as follows:
<column-chart
:data="chartData"
width="800px"
:colors="[['#0b6e00', '#006ca2', '#ff3333', '#d60001']]">
</column-chart>
Please have a look at the following StackBlitz
Source:stackexchange.com