HumbleSoftware / Flotr2

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

Pie chart render bug when resolution = 2 #242

Closed bochoven closed 11 years ago

bochoven commented 11 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