4.0.4
hello everybody.
I'm trying to customize gauge pointer color but it doesn't work!!
pointer: {
color: '#000',
},
changing gauge pointer color
gauge pointer color remind auto
Hi! We've received your issue and please be patient to get responded. 🎉
The average response time is expected to be within one day for weekdays.
In the meanwhile, please make sure that you have posted enough image to demo your request. You may also check out the API and chart option to get the answer.
Have a nice day! 🍵
Use this :
series:[
{
itemStyle: {
color: '#318CE7',
},
}
]
Thank you so much @k-bruneau you helped me a lot with your answer.
Have a nice week :)
data: [{
value:40,
itemStyle: { color: '#000', }
}]
Most helpful comment
Use this :
series:[ { itemStyle: { color: '#318CE7', }, } ]