Commit 3b80148d authored by olau@iola.dk's avatar olau@iola.dk

Set zero tick

git-svn-id: https://flot.googlecode.com/svn/trunk@38 1e0a6537-2640-0410-bfb7-f154510ff394
parent 65f4bf88
......@@ -45,7 +45,7 @@ $(function () {
lines: { show: true },
points: { show: true },
xaxis: {
ticks: [[Math.PI/2, "\u03c0/2"], [Math.PI, "\u03c0"], [Math.PI * 3/2, "3\u03c0/2"], [Math.PI * 2, "2\u03c0"]]
ticks: [0, [Math.PI/2, "\u03c0/2"], [Math.PI, "\u03c0"], [Math.PI * 3/2, "3\u03c0/2"], [Math.PI * 2, "2\u03c0"]]
},
yaxis: {
noTicks: 10,
......
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