HumbleSoftware / Flotr2

Graphs and Charts for Canvas in JavaScript.
http://www.humblesoftware.com/flotr2/
MIT License
2.45k stars 528 forks source link

Allows a single pie segment to be used for Android stock browser #163

Open fiznool opened 11 years ago

fiznool commented 11 years ago

Fixes issue #160.

Android can't draw a full circle arc on a HTML5 canvas unless the start angle is 0. This pull request fixes this issue by checking if the measure is a full circle - if so, the angle is set to 0.