Use tickLength instead of full length ticks

git-svn-id: https://flot.googlecode.com/svn/trunk@252 1e0a6537-2640-0410-bfb7-f154510ff394
pull/1/head
olau@iola.dk 16 years ago
parent bad53abc5a
commit 7f4937415c

@ -50,7 +50,7 @@ $(function () {
}
var options = {
xaxis: { mode: "time" },
xaxis: { mode: "time", tickLength: 5 },
selection: { mode: "x" },
grid: { markings: weekendAreas }
};

Loading…
Cancel
Save