diff --git a/browser/js/generic_axis.js b/browser/js/generic_axis.js index 73b9fc603a4dcbce9eaac970c255ae161f824446..a56dec445a55dbd1dbd5c8dc29fbc2f7cfa1c3fa 100644 --- a/browser/js/generic_axis.js +++ b/browser/js/generic_axis.js @@ -125,7 +125,7 @@ GenericAxis.prototype = { var convert = this.applyConverter(value); if (typeof round !== 'undefined') - convert = nice_ceil(convert, round) + convert = nice_ceil(convert - round/2, round) if (typeof convert == "undefined" || convert == undefined || convert == "undefined") { if (this.can_undefined) {