mirror of
https://github.com/morrisjs/morris.js.git
synced 2024-11-10 21:36:34 +01:00
Build
This commit is contained in:
parent
8ae673e766
commit
f857797684
@ -179,6 +179,9 @@
|
||||
}
|
||||
} else {
|
||||
ret.x = index;
|
||||
if (this.options.xLabelFormat) {
|
||||
ret.label = this.options.xLabelFormat(ret);
|
||||
}
|
||||
}
|
||||
total = 0;
|
||||
ret.y = (function() {
|
||||
@ -599,7 +602,7 @@
|
||||
}
|
||||
return this.el.css({
|
||||
left: left + "px",
|
||||
top: top + "px"
|
||||
top: parseInt(top) + "px"
|
||||
});
|
||||
};
|
||||
|
||||
|
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