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

Clarify that it is important not to put in strings

git-svn-id: https://flot.googlecode.com/svn/trunk@119 1e0a6537-2640-0410-bfb7-f154510ff394
parent edae7257
...@@ -41,7 +41,8 @@ Note that to simplify the internal logic in Flot both the x and y ...@@ -41,7 +41,8 @@ Note that to simplify the internal logic in Flot both the x and y
values must be numbers, even if specifying time series (see below for values must be numbers, even if specifying time series (see below for
how to do this). This is a common problem because you might retrieve how to do this). This is a common problem because you might retrieve
data from the database and serialize them directly to JSON without data from the database and serialize them directly to JSON without
noticing the wrong type. noticing the wrong type. If you're getting mysterious errors, double
check that you're inputting numbers and not strings.
If a null is specified as a point or if one of the coordinates is null If a null is specified as a point or if one of the coordinates is null
or couldn't be converted to a number, the point is ignored when or couldn't be converted to a number, the point is ignored when
......
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