Commit 825b1a3a authored by olau@iola.dk's avatar olau@iola.dk

Mention the y axis as well as x axis in barWidth explanation


git-svn-id: https://flot.googlecode.com/svn/trunk@165 1e0a6537-2640-0410-bfb7-f154510ff394
parent 5081ba4a
......@@ -33,11 +33,11 @@ best bet is probably taking a screenshot, e.g. with PrtScn.
Q: The bars are all tiny in time mode?
A: It's not really possible to determine the bar width
automatically. So you have to set the width with the barWidth option
which is NOT in pixels, but in the units of the x axis. For time
mode that's milliseconds so the default value of 1 makes the bars 1
millisecond wide.
A: It's not really possible to determine the bar width automatically.
So you have to set the width with the barWidth option which is NOT in
pixels, but in the units of the x axis (or the y axis for horizontal
bars). For time mode that's milliseconds so the default value of 1
makes the bars 1 millisecond wide.
Q: Can I use Flot with libraries like Mootools or Prototype?
......
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