Commit 7f493741 authored by olau@iola.dk's avatar olau@iola.dk

Use tickLength instead of full length ticks


git-svn-id: https://flot.googlecode.com/svn/trunk@252 1e0a6537-2640-0410-bfb7-f154510ff394
parent bad53abc
......@@ -50,7 +50,7 @@ $(function () {
}
var options = {
xaxis: { mode: "time" },
xaxis: { mode: "time", tickLength: 5 },
selection: { mode: "x" },
grid: { markings: weekendAreas }
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment