I'm trying to create a timer using d3 which has a gradient which will change between 0 and 100%. For example dark orange at 0% and light orange at 100%. I can make the arc transition between dark and light orange but having problems finding anything which allows me to apply a gradient to the arc. An example of what I am trying to achieve can be seen in the image below.
Been searching/frying my brain trying to achieve this for a day or so now.
SVG does not allow for these kind of gradients. I've done something very similar before, I created a "donut chart" where each wedge is a different color:
http://jsfiddle.net/duopixel/GfVrK/