mirror of
https://github.com/morrisjs/morris.js.git
synced 2024-11-10 21:36:34 +01:00
New built
This commit is contained in:
parent
0c2919020e
commit
f660b8e52e
@ -386,7 +386,7 @@ Licensed under the BSD-2-Clause License.
|
||||
gmax = Math.ceil(ymax / unit) * unit;
|
||||
step = (gmax - gmin) / (nlines - 1);
|
||||
if (this.options.roundYSteps) {
|
||||
step = Math.round(step);
|
||||
step = Math.ceil(step);
|
||||
}
|
||||
if (unit === 1 && step > 1 && Math.ceil(step) !== step) {
|
||||
step = Math.ceil(step);
|
||||
|
2
morris.min.js
vendored
2
morris.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user