Commit de5abcef authored by olau@iola.dk's avatar olau@iola.dk

Fix bug in navigate example introduced by renaming enable to interactive


git-svn-id: https://flot.googlecode.com/svn/trunk@188 1e0a6537-2640-0410-bfb7-f154510ff394
parent e02c5bb7
......@@ -63,10 +63,10 @@ $(function () {
xaxis: { zoomRange: [0.1, 10], panRange: [-10, 10] },
yaxis: { zoomRange: [0.1, 10], panRange: [-10, 10] },
zoom: {
enable: true
interactive: true
},
pan: {
enable: true
interactive: true
}
};
......
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