Our product management team has noticed that the same colors are used in a pie chart. We set the colors to different values, but we see the same shade of color used for two slices.
Can you help us understand how we can ensure different colors are used?
```
.fm-charts-color-1 {
fill:var(--hi-clr--blue-3)!important;
}
.fm-charts-color-2 {
fill:var(--hi-clr--yellow-3)!important;
}
.fm-charts-color-3 {
fill:var(--hi-clr--cyan-3)!important;
}
.fm-charts-color-4 {
fill:var(--hi-clr--orange-3)!important;
}
.fm-charts-color-5 {
fill:var(--hi-clr--green-3)!important;
}
.fm-charts-color-6 {
fill:var(--hi-clr--red-3)!important;
}
.fm-charts-color-7 {
fill:var(--hi-clr--teal-3)!important;
}
.fm-charts-color-8 {
fill:var(--hi-clr--magenta-3)!important;
}
.fm-charts-color-9 {
fill:var(--hi-clr--purple-3)!important;
}
```
Hello Michael,
Thank you for reaching out to us.
It seems that there are more than 9 members in the provided screenshot. The colors are repeated since some of them have no values on the chart. We recommend filtering the empty data to show the different colors on the charts.
Please let us know if it works for you. Looking forward to hearing from you.
Kind regards,
Nadia
Hello Michael,
Hope you are doing well.
We were wondering if you had a chance to check the suggested approach. Could you please confirm if it works for you?
Looking forward to hearing your feedback.
Kind regards,
Nadia
Thanks. Our PM Team accepts that this is a data issue. Much appreciated.
Hello Michael,
Thank you for the feedback.
You are welcome to contact us in case other questions arise.
Kind regards,
Nadia