How to change legends color and size in a pie chart?

Hi Team,

I would like to change the legends font size and also legends color please help me in this.

Hello Sri,

You can do any customization on pie chart using CSS code. Here to change the font size and color of legends use the below CSS code.

CSS Code:

.c3-legend-item text{
fill: red;
font-size: 20px;
}