Home | History | Annotate | Download | only in flot

Lines Matching refs:plot

17 	$.plot( $("#placeholder"), [{
50 function init(plot) {
51 function thresholdData(plot, s, datapoints, below, color) {
107 var origIndex = $.inArray(s, plot.getData());
109 plot.getData().splice(origIndex + 1, 0, thresholded);
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);
133 plot.hooks.processDatapoints.push(processThresholds);
136 $.plot.plugins.push({