Hi, I have recently discovered Embr Charts and I wanted to learn how we can change colour of Radial Bar under Apex Charts.
Under options, select the fill property
you can then assign colour per section
{
"colors": [
"#F44336",
"#E91E63",
"#9C27B0",
"value"
],
"opacity": [],
"type": [],
"gradient": {
"gradientToColors": [],
"opacityFrom": [],
"opacityTo": [],
"stops": [],
"colorStops": []
},
"image": {
"src": []
},
"pattern": {
"style": []
}
}
Hey Thanks a lot !!!
Just One more doubt… under Data Label - Total what exactly is 249 ?
Also how to change formatter?
249 is the total of all quantities in the dataset…
formatter is used for when you want to format the text or value in this case.
Is there any way to change ?
Like display a different value or change format ….
you can probably leave it empty and it wouldn’t matter


