|
|
|
|
@ -39,13 +39,14 @@ E.g.
|
|
|
|
|
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
|
|
|
|
|
accidentally retrieve data from the database as strings and serialize
|
|
|
|
|
them directly to JSON without noticing the wrong type.
|
|
|
|
|
accidentally retrieve data from the database and serialize them
|
|
|
|
|
directly to JSON without noticing the wrong type.
|
|
|
|
|
|
|
|
|
|
If a null is specified as a point or if one of the coordinates is null
|
|
|
|
|
or NaN, the point is ignored. As a special case, a null value for
|
|
|
|
|
lines is interpreted as a line segment end, i.e. the two points before
|
|
|
|
|
and after the null value are not connected.
|
|
|
|
|
or NaN or couldn't be converted to a number, the point is ignored. As
|
|
|
|
|
a special case, a null value for lines is interpreted as a line
|
|
|
|
|
segment end, i.e. the two points before and after the null value are
|
|
|
|
|
not connected.
|
|
|
|
|
|
|
|
|
|
The format of a single series object is as follows:
|
|
|
|
|
|
|
|
|
|
|