HumbleSoftware / Flotr2

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

Pie chart render bug when resolution = 2 #242

Closed bochoven closed 10 years ago

bochoven commented 10 years ago

When changing the resolution to 2, the pie chart gets twice as big.

http://jsfiddle.net/AKbyL/

temporary workaround is to divide the sizeRatio by the resolution.

-Arjen