Added work-around for the Excanvas 100% arc bug.
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.
Showing
Please
register
or
sign in
to comment