I have set up a pie chart to show a boolean value. How is it determined what color is primary and secodary? I would like to have the true value to be primary color.
For me it seems like the largest value is always primary, making a comparison like this very misleading.
Pie 1 Green =false , Pie2 Green = true, Pie3 Green = false
The primary color is determined by the highest value in the aggregation of the category property. However, I have recorded a feature request on the possibility to define custom colors for charts.