summaryrefslogtreecommitdiff
path: root/FAQ.txt
diff options
context:
space:
mode:
authorIgor Sfiligoi <isfiligoi@ucsd.edu>2009-10-23 09:07:01 -0400
committerIgor Sfiligoi <isfiligoi@ucsd.edu>2009-10-23 09:07:01 -0400
commitaf26aaa53d073a7b2d25caee93e1cb5ceb2e099c (patch)
treebcb8d15baea1f07375d1dedea414b1b95d58caa6 /FAQ.txt
parentbf64e197b39d3f10b6145612802a6f169248cb45 (diff)
flot-0.6
Diffstat (limited to 'FAQ.txt')
-rw-r--r--FAQ.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/FAQ.txt b/FAQ.txt
index 5c7c52b..ee48124 100644
--- a/FAQ.txt
+++ b/FAQ.txt
@@ -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?