Skip to content

Instantly share code, notes, and snippets.

@pentaho-nbaker
Forked from jeffreythomas/AbstractChartFactory.java
Last active December 25, 2015 05:19
Show Gist options
  • Save pentaho-nbaker/6923322 to your computer and use it in GitHub Desktop.
Save pentaho-nbaker/6923322 to your computer and use it in GitHub Desktop.
// 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