This commit is contained in:
Olly Smith 2013-04-25 07:31:39 +01:00
parent 8ae673e766
commit f857797684
2 changed files with 5 additions and 2 deletions

View File

@ -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

File diff suppressed because one or more lines are too long