Customize Linear Gauge Chart

How to Change the color of a Linear Gauge chart to a customized color and increase the width of the color on the chart?
See attached example

Hi,
Please, read the thread:
[url]Dashboard Designer Styling]

Thanks Dmitry Kozlov.
I was able to customize the color on the chart but I am wondering if we can increase the width of the progress bar (the color) on the Linear Gauge chart?

Hi! Add this line to Dashboard -> Advanced->PreRender:

config.pointer[0].size = 20;

You can change this value to adjust the size of the line

Thank you very much YuriyMedvedev :).