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

bugfix: loop through colors if less colors than bars #198

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 21, 2014

  1. bugfix: loop through colors if less colors than bars

    without this fix, a bar-chart having more bars than colors does only show colors.length bars, the rest of the bars are invisible. Using this approach, the remaining bars start to reuse already used colors.
    simschla committed Feb 21, 2014
    Configuration menu
    Copy the full SHA
    1e50700 View commit details
    Browse the repository at this point in the history