Lines Matching full:points
65 data format is an array of points:
87 line segment end, i.e. the points before and after the null value are
90 Lines and points take two coordinates. For filled lines and bars, you
103 points: specific points options
167 points: { show: true }
342 that the scaling algorithm will add to avoid that the outermost points
352 suppress weekends or compress far away points with a logarithm or some
518 Generally, the various interfaces in Flot dealing with data points
731 lines, points, bars: {
742 points: {
769 The most important options are "lines", "points" and "bars" that
770 specify whether and how lines, points and bars should be shown for
775 in turn (this is probably only useful for lines and points), e.g.
781 points: { show: true, fill: false }
793 points which are filled with white), the fill color is auto-set to the
806 y axis instead of the x axis; note that the bar end points are still
817 For lines, "steps" specifies whether two adjacent data points are
820 data by adding extra points.
822 For points, you can specify the radius and the symbol. The only
923 that points aren't accidentally clipped by the canvas edge so by default
1025 and still activate it. If there are two or more points within this
1196 which has a field "points" with the normalized data points in a
1218 points and y2axis.show to see if it is currently shown.
1251 callback function at various points in the process, the function then
1261 copying raw data points into internal format,
1310 series. If the function fills in datapoints.points with normalized
1311 points and sets datapoints.pointsize to the size of the points,
1361 min/max of the data points. This hook is useful for implementing data
1362 transformations. "datapoints" contains the normalized data points in
1363 a flat array as datapoints.points with the size of a single point
1369 var points = datapoints.points, ps = datapoints.pointsize;
1370 for (var i = 0; i < points.length; i += ps)
1371 points[i + 1] *= 2;
1409 been plotted (in case any points, lines or bars have been turned