From f4de93823ae45f989d50bce7b798b7c446796072 Mon Sep 17 00:00:00 2001 From: "olau@iola.dk" Date: Mon, 24 Nov 2008 18:29:11 +0000 Subject: [PATCH] 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 --- API.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/API.txt b/API.txt index a9733e5..c255f9f 100644 --- a/API.txt +++ b/API.txt @@ -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 how to do this). This is a common problem because you might retrieve 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 or couldn't be converted to a number, the point is ignored when