I noticed that I used the option colorByLabel in column chart and is working fine. When I use in pie chart it doesn’t work, but the below it works in pie chart only it ramdomly assign the colors to each legend. Like the color of High is showing in Low.
color {
“Low”: “#ffcd00”,
“Medium”: “#ffa300”,
“High”: “#e35205”
}