I am having a really hard time trying to make a doughnut chart. All the solutions out there are using libraries and I dont want to add a hefty charting library to use just one chart. Also my stack is a little complex and having issues with using libraries. So I am trying to be as lean as possible. Basically I want to create the chart shown below.
I want to have center text and also be able to change the doughnut data values so needs javascript. I have basically tried to do this in CSS but it fails in IE9. As I understand it I would have to use SVG for this but I am totally new to the subject so can someone tell me how I should get started? Or point me to an example?