diff --git a/jquery.flot.js b/jquery.flot.js index 9abfda3..a545a6e 100644 --- a/jquery.flot.js +++ b/jquery.flot.js @@ -1131,7 +1131,7 @@ Licensed under the MIT license. if (val != null) { f = format[m]; // extract min/max info - if (f.autoscale) { + if (f.autoscale !== false) { if (f.x) { updateAxis(s.xaxis, val, val); }