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

Added printable percent values for a series. #335

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

Commits on Jul 14, 2016

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

Commits on Jul 15, 2016

  1. Merge pull request #1 from ConnorMooreLUC/master

    Added the clockwise gauge changes from niosega
    Feargal Walsh committed Jul 15, 2016
    Configuration menu
    Copy the full SHA
    1eda900 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2016

  1. Merge pull request #1 from ConnorMooreLUC/master

    Added the clockwise gauge changes from niosega
    psheu committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    c8311ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f081a82 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from psheu/revert-1-master

    Revert "Added the clockwise gauge changes from niosega"
    psheu committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    f9383a6 View commit details
    Browse the repository at this point in the history
  4. Revert "Added the clockwise gauge changes from niosega"

    Feargal Walsh committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    7e02da5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2 from feargswalsh92/revert-1-master

    Revert "Added the clockwise gauge changes from niosega"
    Feargal Walsh committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    163e7c0 View commit details
    Browse the repository at this point in the history
  6. Added tests to see if the clockwise graph plots

    feargswalsh92 committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    760d53e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    78e7989 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #3 from psheu/revert-2-revert-1-master

    Revert "Revert "Added the clockwise gauge changes from niosega""
    psheu committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    8798b08 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f831811 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4354a1c View commit details
    Browse the repository at this point in the history
  11. Merge remote-tracking branch 'origin/master'

    Conflicts:
    	pygal/test/test_gauge.py
    feargswalsh92 committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    f759e76 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    38f1f99 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2016

  1. Added a test to check clockwise graphs renders

    feargswalsh92 committed Jul 20, 2016
    Configuration menu
    Copy the full SHA
    00cae97 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from psheu/master

    Except too broad fixed
    ConnorMooreLUC committed Jul 20, 2016
    Configuration menu
    Copy the full SHA
    6737195 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from feargswalsh92/master

    Added ccwise test
    ConnorMooreLUC committed Jul 20, 2016
    Configuration menu
    Copy the full SHA
    2d1fddc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    766ec10 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a7944a7 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2016

  1. Configuration menu
    Copy the full SHA
    6fa975b View commit details
    Browse the repository at this point in the history
  2. Just familiarising myself with tests really,but this just proves that…

    … the kwarg was put in correctly.
    feargswalsh92 committed Jul 21, 2016
    Configuration menu
    Copy the full SHA
    dcd6279 View commit details
    Browse the repository at this point in the history
  3. Added some half pseudocode/half real code to the bar_values method in…

    … the bar module as an idea as how we might get it to print the values, also tried to write a test that would only pass if we get it to print out in test_bar but I couldn't get it to recognise the print_values **kwarg. Everything I did is commmented out to make sure I didn't break the code
    feargswalsh92 committed Jul 21, 2016
    Configuration menu
    Copy the full SHA
    c20e1f2 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2016

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

Commits on Jul 25, 2016

  1. ease enter the commit message for your changes. Lines starting

    	modified:   pygal/config.py
    	modified:   pygal/graph/bar.py
    	modified:   pygal/graph/graph.py
    	modified:   pygal/test/test_bar.py
    	modified:   pygal/view.py
    feargswalsh92 committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    dec511a View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master'

    Conflicts:
    	pygal/graph/bar.py
    feargswalsh92 committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    5f2d5d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2016

  1. I added the percent values as a *kwargs argument, and added

     a comparison to to differentiate between print values, and print percent.
    ConnorMooreLUC committed Jul 26, 2016
    Configuration menu
    Copy the full SHA
    3347dac View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master'

    Conflicts:
    	pygal/config.py
    feargswalsh92 committed Jul 26, 2016
    Configuration menu
    Copy the full SHA
    fe89647 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9514357 View commit details
    Browse the repository at this point in the history
  4. Tests added

    feargswalsh92 committed Jul 26, 2016
    Configuration menu
    Copy the full SHA
    8c162e6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1 from ConnorMooreLUC/master

    Fixed the printing a little bit.
    psheu committed Jul 26, 2016
    Configuration menu
    Copy the full SHA
    00d7bbb View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2016

  1. Test that needs to pass in order for the graph to be formatted correc…

    …tly added
    feargswalsh92 committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    beb8121 View commit details
    Browse the repository at this point in the history
  2. Ratio bar value font size

    psheu committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    85da39e View commit details
    Browse the repository at this point in the history
  3. Ratio bar value font size

    psheu committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    5b45dcc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    14b2f2b View commit details
    Browse the repository at this point in the history
  5. Commit

    feargswalsh92 committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    5f009ce View commit details
    Browse the repository at this point in the history
  6. merge

    feargswalsh92 committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    c4fad3d View commit details
    Browse the repository at this point in the history
  7. Render test added

    feargswalsh92 committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    5265c95 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #2 from feargswalsh92/master

    Fingers crossed
    psheu committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    af22b32 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c159326 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2deef7a View commit details
    Browse the repository at this point in the history
  11. Merge pull request #7 from psheu/master

    Font Ratio and Graph Loops Update, incorporating Feargal's testing and Jace's Scaling
    ConnorMooreLUC committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    9b33603 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e40c581 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2016

  1. cleaning up again.

    ConnorMooreLUC committed Jul 28, 2016
    Configuration menu
    Copy the full SHA
    3a87fc1 View commit details
    Browse the repository at this point in the history
  2. removed .idea

    ConnorMooreLUC committed Jul 28, 2016
    Configuration menu
    Copy the full SHA
    9295272 View commit details
    Browse the repository at this point in the history
  3. fixed testing problems

    ConnorMooreLUC committed Jul 28, 2016
    Configuration menu
    Copy the full SHA
    67a81a9 View commit details
    Browse the repository at this point in the history