Added notice about the string/number conversion problem

git-svn-id: https://flot.googlecode.com/svn/trunk@118 1e0a6537-2640-0410-bfb7-f154510ff394
pull/1/head
olau@iola.dk 18 years ago
parent d0c96fc00b
commit edae72579e

@ -1,6 +1,15 @@
Frequently asked questions
--------------------------
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.
Double check that you're not inputting strings instead of numbers,
like [["0", "-2.13"], ["5", "4.3"]]. This is most common mistake, and
the error might not show up immediately because Javascript can do some
conversion automatically.
Q: Can I export the graph?
A: This is a limitation of the canvas technology. There's a hook in
@ -32,7 +41,7 @@ libraries, see the documentation in jQuery ("Using jQuery with other
libraries") for details.
Q: Flot doesn't work with [widget or server-side framework xyz]!
Q: Flot doesn't work with [widget framework xyz]!
A: The problem is most likely within the framework, or your use of the
framework.

Loading…
Cancel
Save