How can I change the pie chart colour?
Can someone help me with this to change the color?
Try after enabled “Legend Values” at Options
tried and still the same, unable to change colour
I was able to change colors by editing Panel Json.
Example, I’m showing HTTP response codes, so added this to the Json (Panel Title>More>Panel Json) just after the first “{”:
“aliasColors”: {
“200”: “#629e51”,
“400”: “#f9934e”,
“500”: “#e24d42”
}
You can change the color in the legend. You have to enable the legend for this, but you can disable it after that.
Can u please explain more .i dont see any option to change colour.
You can change the color by clicking on the little colorful line in the legend, that’s why it has to be enabled.
Hello,
Which Grafana version are you using? If you are using 9+, here you can find the color palette:
Thanks . Now i can see the option.