0

I am trying to create a dynamic pie graph that is arc shaped with css. The following graph represents 100% of the data:

arc shaped pie graph

I've done quite a bit of researching/Google searching, and I'm struggling to find something that would work.

This looks pretty close: http://blakek.us/labs/jquery/css3-pie-graph-timer/ but I'm not sure how I would get a half circle out of that.

thealexbaron
  • 1,558
  • 1
  • 11
  • 25

1 Answers1

0

Looks like the Raphael library is what I needed. Here's a fiddle: http://jsfiddle.net/VdTH4/228/

thealexbaron
  • 1,558
  • 1
  • 11
  • 25