Donut , not enough flowers

Hi
I have a lot of values for a donut. Not enough flowers. May I add?

You can check my reply in this thread: Pie chart displaying weird style bugs - #6 by korchev

that's it. Thank you.
upd: on the Fills property donut doesn't work. I'm gonna use pie.

Seems to work just fine:

<RadzenDonutSeries Data="@revenue" CategoryProperty="Quarter"
  ValueProperty="Revenue" Fills="@(new [] { "red", "green" })">
                    

Right, the donut and pie works.
it's not working on the line chart. :frowning:

and another problem.
the legend on top of the charts.
there is no such problem in the examples.