PieGraph bug

Issue #47 resolved
Former user created an issue

If you add a few slices with double values, the first slice won't start at 90 degrees, instead it will start at 80 degrees (aprox). That doesn't happens if you use integer values with your slices.

Comments (2)

  1. Scott Baar

    A surprisingly easy fix. Change total value in ondraw from int to float. I'll push a patch including it in the next couple of days.

  2. Log in to comment