I am searching for a gauge chart that looks like the following. What's most interesting about this chart is that the color changes depending on the percentage value of the chart. It also have ticks with labels outside the chart indicating the value range. I've been searching for about three days now and I haven't found anything that uses the d3.js library.
I somehow found these two gauge charts, one from here and the other from here, but neither have the label as clear and the changing-color gradient fill on chart.
Any help is appreciated.
Thanks.