From 7f4937415c9dd6d662a961213ddc57d35d15ccad Mon Sep 17 00:00:00 2001 From: "olau@iola.dk" Date: Thu, 15 Apr 2010 17:20:15 +0000 Subject: [PATCH] Use tickLength instead of full length ticks git-svn-id: https://flot.googlecode.com/svn/trunk@252 1e0a6537-2640-0410-bfb7-f154510ff394 --- examples/visitors.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/visitors.html b/examples/visitors.html index 2b0aade..a1cda7f 100644 --- a/examples/visitors.html +++ b/examples/visitors.html @@ -50,7 +50,7 @@ $(function () { } var options = { - xaxis: { mode: "time" }, + xaxis: { mode: "time", tickLength: 5 }, selection: { mode: "x" }, grid: { markings: weekendAreas } };