Incubator-echarts: Customizing Gauge pointer color

Created on 29 Jul 2019  ·  3Comments  ·  Source: apache/incubator-echarts

Version

4.0.4

Steps to reproduce

hello everybody.
I'm trying to customize gauge pointer color but it doesn't work!!

pointer: { 
   color: '#000',
},

What is expected?

changing gauge pointer color

What is actually happening?

gauge pointer color remind auto


en support

Most helpful comment

Use this :
series:[ { itemStyle: { color: '#318CE7', }, } ]

All 3 comments

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', }
}]
Was this page helpful?
0 / 5 - 0 ratings