summaryrefslogtreecommitdiff
path: root/FAQ.txt
diff options
context:
space:
mode:
authorIgor Sfiligoi <isfiligoi@ucsd.edu>2009-05-10 21:49:12 -0400
committerIgor Sfiligoi <isfiligoi@ucsd.edu>2009-05-10 21:49:12 -0400
commitbf64e197b39d3f10b6145612802a6f169248cb45 (patch)
tree78f7f0a40d1c30e19755554218142a4c39e1f3c8 /FAQ.txt
parent1fd4de1b25398954e9ab43e54d0d0fdf1b5cfce0 (diff)
flot-0.6pre@154
Diffstat (limited to 'FAQ.txt')
-rw-r--r--FAQ.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/FAQ.txt b/FAQ.txt
index d70fcc6..5c7c52b 100644
--- a/FAQ.txt
+++ b/FAQ.txt
@@ -1,6 +1,19 @@
Frequently asked questions
--------------------------
+Q: How much data can Flot cope with?
+
+A: Flot will happily draw everything you send to it so the answer
+depends on the browser. The excanvas emulation used for IE (built with
+VML) makes IE by far the slowest browser so be sure to test with that
+if IE users are in your target group.
+
+1000 points is not a problem, but as soon as you start having more
+points than the pixel width, you should probably start thinking about
+downsampling/aggregation as this is near the resolution limit of the
+chart anyway. If you downsample server-side, you also save bandwidth.
+
+
Q: Flot isn't working when I'm using JSON data as source!
A: Actually, Flot loves JSON data, you just got the format wrong.