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

Decimal #58

Merged
merged 3 commits into from
Jun 8, 2012
Merged

Decimal #58

merged 3 commits into from
Jun 8, 2012

Commits on May 14, 2012

  1. Configuration menu
    Copy the full SHA
    dbc114e View commit details
    Browse the repository at this point in the history
  2. Compute the maxYLabelWith using the precision.

    As I introduced the precision, the maxYLabelWith is not the width of the raw
    value but the width of the formatted one.
    
    As the computing the of maxYLabelWidth is done in calc(), I moved yInterval in
    it because I need it to compute the precision. Also I think it makes more sense,
    because the calc() method is supposed to "do any size-related calculations".
    pelletier committed May 14, 2012
    Configuration menu
    Copy the full SHA
    7def73f View commit details
    Browse the repository at this point in the history
  3. Move the formatting into yLabelFormat.

    In order to let the user to get rid of the precision, she can provide a custom
    yLabelFormat funciton.
    pelletier committed May 14, 2012
    Configuration menu
    Copy the full SHA
    e329928 View commit details
    Browse the repository at this point in the history