PS Kumar
PS Kumar

Reputation: 2446

How to handle pie chart colors in jsf (Primrface)?

I want to change the colors of pie chart. Am using primeface it takes some colors as default how can i customize that colors?

Upvotes: 1

Views: 3392

Answers (1)

Cold
Cold

Reputation: 797

Use seriesColors attribute.

Eg: seriesColors: 66cc66, 93b75f.

More info, see prime user guide, page 83

Upvotes: 4

Related Questions