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

Donut #276

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

Donut #276

wants to merge 12 commits into from

Commits on May 20, 2014

  1. Extends Pie graph type to allow custom series text

    Allows the Series label text to be passed to a custom PieLabelFormatter
    as a third value, allowing the label text to contain the text, if
    desired. (A custom PieLabelFormatter can be created to allow different
    formatting of the data, default is percentage)
    zrgravity committed May 20, 2014
    Configuration menu
    Copy the full SHA
    e350007 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85c5fcd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from OklahomaChristian/pie-labels

    Pie labels
    zrgravity committed May 20, 2014
    Configuration menu
    Copy the full SHA
    8cde7de View commit details
    Browse the repository at this point in the history

Commits on May 21, 2014

  1. Configuration menu
    Copy the full SHA
    71e0ce0 View commit details
    Browse the repository at this point in the history
  2. Add donut type and build

    zrgravity committed May 21, 2014
    Configuration menu
    Copy the full SHA
    1576fe9 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2014

  1. Donut graph and build

    zrgravity committed May 22, 2014
    Configuration menu
    Copy the full SHA
    7c95ae7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17bf2ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4777f5 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2014

  1. Add status graph title code

    Creates a label in the middle of the donut
    zrgravity committed May 27, 2014
    Configuration menu
    Copy the full SHA
    f2867dc View commit details
    Browse the repository at this point in the history
  2. Build

    zrgravity committed May 27, 2014
    Configuration menu
    Copy the full SHA
    1968f1f View commit details
    Browse the repository at this point in the history

Commits on May 28, 2014

  1. Prevent labels from overlapping

    Donut labels are moved to prevent overlap
    zrgravity committed May 28, 2014
    Configuration menu
    Copy the full SHA
    7f75de1 View commit details
    Browse the repository at this point in the history
  2. Build

    zrgravity committed May 28, 2014
    Configuration menu
    Copy the full SHA
    e67bfcd View commit details
    Browse the repository at this point in the history