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

Fix for issues #3917, #4380, #2966 - log scale with min: 0 #4913

Merged
merged 5 commits into from Nov 10, 2017

Commits on Nov 1, 2017

  1. Fix for issues chartjs#3917, chartjs#4380, chartjs#2966

     - issue chartjs#3917: Logarithmic Scale Tick Bug for values of 0
     - issue chartjs#4380: LogLog plots are impossible (0, 0)
     - issue chartjs#2966: chart does not render if data contains value of 0 when using logarithmic scale
    jcopperfield committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    2b7421d View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2017

  1. Add: Requested code style changes for getPixelForValue and getValueFo…

    …rPixel
    
    Add: Tests for more extensive data containing zero values or
         axes configuration containing 'min: 0'-option.
    jcopperfield committed Nov 6, 2017
    Configuration menu
    Copy the full SHA
    4de3227 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    165ad97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3519612 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2017

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