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

Resizing and Scalable Values #1

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

Commits on Dec 12, 2012

  1. Resize; Non 360 Dependent

    Added function to dynamically resize the canvas tag on resize/load (set
    to 80%)
    
    Also added multipliers to the data. Values do not have to equal 360 now
    to create a full circle. I have added a 'multiplier' variable that will
    multiple all necessary values to make them render large enough to close
    a gap.
    
    Tweaked font size and spacing.
    thuff committed Dec 12, 2012
    Configuration menu
    Copy the full SHA
    7c42101 View commit details
    Browse the repository at this point in the history
  2. Retina Support

    Doubles the scale of the graph on retina devices. Also allowed the user
    to scale the charts for various widths of the screen as desired.
    thuff committed Dec 12, 2012
    Configuration menu
    Copy the full SHA
    751e2fc View commit details
    Browse the repository at this point in the history