Attribute "Color" to manipulate the color displaying with Chart

I’ve done setting with dimension:Account of attribute “Color”, the purpose it to display same color in the different widget/chart.
image

It works properly with column chart (row:Account, col: Month)
image

but it’s not working with pie chart (row: Measure , col:Account)
image

Is there any limitation for the Attr:Color, or is it must be drag in a specify position ?

I’ve noticed the same thing with Pie charts in that the Color attribute is not used. I think it is because in Highcharts, the pie chart colors are set under in “plotOptions” as opposed to “series” in other chart types. It is possible to manually change the pie chart colors in advanced options with something like this:

image

1 Like