Why Higcharst default columns are different for piechart and column chart? You can see here: http://jsfiddle.net/RqvU4/ i.e. John has different colors at column and pie? How can I make it same without defining colors by hand?
Why Higcharst default columns are different for piechart and column chart? You can see
Share
They are not the same color because
highchartsadds different colors for eachserie.You can see default colors here.
You can set
colorfor each serie manually like the following.Demo