Forked from jeffreythomas/AbstractChartFactory.java
Last active
December 25, 2015 05:19
-
-
Save pentaho-nbaker/6923322 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// If actual min is positive, don't go below ZERO | |
if ( rangeMin >= 0 && ( rangeMin - chunksize < 0 ) ) { | |
rangeMin = 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment