41
Views
3
Comments
Solved
how to  change legend color in radar chart?

I am facing an issue where i have set the color of line in the series styling already. but in the legend stroke color is not being changed. please suggest how to do it.

result

2021-09-06 15-09-53
Dorine Boudry
 
MVP
Solution

Hi @Prince Aadil Khan Panwar ,

the fillcolor is what you use to set the color of a series, you only use the other colors (like linecolor or the colors on the marker) if you want them to deviate from the series color

Dorine

2024-01-09 14-27-21
Tomás Dionísio
Solution

Hi @Prince Aadil Khan Panwar,
You must fill also the "fillcolor". Check the following example:
 


With 2 different series, I specify them on the Addons:

This is the final result:


Best regards,

Tomás Dionísio

2021-09-06 15-09-53
Dorine Boudry
 
MVP

only fillcolor will have the same result, just need to use linecolor if it is different from fillcolor

2021-09-06 15-09-53
Dorine Boudry
 
MVP
Solution

Hi @Prince Aadil Khan Panwar ,

the fillcolor is what you use to set the color of a series, you only use the other colors (like linecolor or the colors on the marker) if you want them to deviate from the series color

Dorine

2024-01-09 14-27-21
Tomás Dionísio
Solution

Hi @Prince Aadil Khan Panwar,
You must fill also the "fillcolor". Check the following example:
 


With 2 different series, I specify them on the Addons:

This is the final result:


Best regards,

Tomás Dionísio

2021-09-06 15-09-53
Dorine Boudry
 
MVP

only fillcolor will have the same result, just need to use linecolor if it is different from fillcolor

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.