Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for issue #155 (Pie chart with slices of 0 size) #156

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Fix for issue #155 (Pie chart with slices of 0 size) #156

wants to merge 7 commits into from

Commits on Jun 16, 2012

  1. A fix for issue #155 (Pie Chart with slices of 0), with 2 new conditi…

    …ons...
    
    1. If a sectors value equals the total, then a circle is rendered, instead of a path
    2. If a sector has a value of 0, then the stroke is set to 0, to prevent an arbitrary line from rendering
    blackwatertepes committed Jun 16, 2012
    Configuration menu
    Copy the full SHA
    93d9728 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2012

  1. Added a sort flag

    blackwatertepes committed Jun 17, 2012
    Configuration menu
    Copy the full SHA
    d348d20 View commit details
    Browse the repository at this point in the history
  2. Added opacity to opts

    blackwatertepes committed Jun 17, 2012
    Configuration menu
    Copy the full SHA
    3ce765f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f36fce View commit details
    Browse the repository at this point in the history
  4. Update master

    blackwatertepes committed Jun 17, 2012
    Configuration menu
    Copy the full SHA
    c3b7ed4 View commit details
    Browse the repository at this point in the history
  5. Update master

    blackwatertepes committed Jun 17, 2012
    Configuration menu
    Copy the full SHA
    1b9e490 View commit details
    Browse the repository at this point in the history
  6. Update master

    blackwatertepes committed Jun 17, 2012
    Configuration menu
    Copy the full SHA
    2ccdb41 View commit details
    Browse the repository at this point in the history