• David Schnur's avatar
    Added work-around for the Excanvas 100% arc bug. · 7ee31a60
    David Schnur authored
    When a slice equals (or comes close enough that it is equal in
    floating-point representation) 100% of the pie, it was no longer drawn
    by Excanvas.  This is because of a long-standing issue where VML won't
    draw an arc whose begin and end are the same.  Rather than some hack,
    like adding/subtracting a small value, we'll simply draw two arcs for
    every slice, with each covering half of the slice's angle.
    7ee31a60
jquery.flot.pie.js 22 KB