DmitryBaranovskiy / g.raphael

Charts for Raphaël
http://g.raphaeljs.com/
1.51k stars 436 forks source link

Fix for issue #155 (Pie chart with slices of 0 size) #156

Open blackwatertepes opened 12 years ago

blackwatertepes commented 12 years ago

......

  1. If a sector's value equals the total, then a circle is rendered, instead of a path
  2. If a sector has a value of 0, then the stroke is set to 0, to prevent an arbitrary line from rendering
hallodom commented 12 years ago

Thanks, much needed. Would be good to see this going into master!