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

Implement Horizontal Bar Chart. This includes the basics of setting a… #346

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

Commits on Oct 19, 2016

  1. Implement Horizontal Bar Chart. This includes the basics of setting a…

    … ColumnChartData as "horizontal", automatic reorientation of the axes to properly reflect that the X-Axis becomes vertical, and the Y-Axis becomes horizontal in this style of chart. It also auto-reverses the vertical axis values to start from the top. Bumped both the VERSION_NAME and VERSION_CODE to reflect the changes, though none of these are breaking changes with existing versions. Gradle versions were bumped to be compatible with the latest version of Android Studio.
    gtcompscientist committed Oct 19, 2016
    Configuration menu
    Copy the full SHA
    d4805e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31ab6e3 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2016

  1. Configuration menu
    Copy the full SHA
    beaf40e View commit details
    Browse the repository at this point in the history