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

Add a check for pie chart when there is only one value #71

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

Commits on Jun 22, 2015

  1. add a check for pie chart when there is only one value

    When there is only one value for pie chart it previously draw an arc with the same start and end angle (so it draws a line)
    It now dran a circle when there is a single value of 100%
    ThomasFournaise committed Jun 22, 2015
    Configuration menu
    Copy the full SHA
    9c1f9df View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2015

  1. class management for stack bar chart and pie chart

    ThomasFournaise committed Nov 15, 2015
    Configuration menu
    Copy the full SHA
    86c206f View commit details
    Browse the repository at this point in the history