Home | History | Annotate | Download | only in flot

Lines Matching refs:datapoints

51         function thresholdData(plot, s, datapoints, below, color) {
52 var ps = datapoints.pointsize, i, x, y, p, prevp,
55 thresholded.datapoints = { points: [], pointsize: ps, format: datapoints.format };
62 var origpoints = datapoints.points,
103 datapoints.points = newpoints;
104 thresholded.datapoints.points = threspoints;
106 if (thresholded.datapoints.points.length > 0) {
115 function processThresholds(plot, s, datapoints) {
125 thresholdData(plot, s, datapoints, th.below, th.color);
129 thresholdData(plot, s, datapoints, s.threshold.below, s.threshold.color);