Lines Matching refs:datapoints
1195 A notable other interesting field besides color is datapoints
1307 ```function(plot, series, data, datapoints)```
1310 series. If the function fills in datapoints.points with normalized
1311 points and sets datapoints.pointsize to the size of the points,
1314 In any case, you might be interested in setting datapoints.format,
1358 ```function(plot, series, datapoints)```
1362 transformations. "datapoints" contains the normalized data points in
1363 a flat array as datapoints.points with the size of a single point
1364 given in datapoints.pointsize. Here's a simple transform that
1368 function multiply(plot, series, datapoints) {
1369 var points = datapoints.points, ps = datapoints.pointsize;
1375 Note that you must leave datapoints in a good condition as Flot