Home
last modified time | relevance | path

Searched refs:datapoints (Results 1 – 22 of 22) sorted by relevance

/external/chromium-trace/catapult/third_party/flot/
Djquery.flot.threshold.js51 function thresholdData(plot, s, datapoints, below, color) { argument
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) { argument
125 thresholdData(plot, s, datapoints, th.below, th.color);
129 thresholdData(plot, s, datapoints, s.threshold.below, s.threshold.color);
Djquery.flot.threshold.min.js7datapoints,below,color){var ps=datapoints.pointsize,i,x,y,p,prevp,thresholded=$.extend({},s);thres… argument
Djquery.flot.categories.min.js7datapoints){var xCategories=series.xaxis.options.mode=="categories",yCategories=series.yaxis.optio… argument
Djquery.flot.categories.js56 function processRawData(plot, series, data, datapoints) { argument
67 var format = datapoints.format;
85 datapoints.format = format;
120 function setupCategoriesForAxis(series, axis, datapoints) { argument
143 transformPointsOnAxis(datapoints, axis, series[axis].categories);
146 function transformPointsOnAxis(datapoints, axis, categories) { argument
148 var points = datapoints.points,
149 ps = datapoints.pointsize,
150 format = datapoints.format,
174 function processDatapoints(plot, series, datapoints) { argument
[all …]
Djquery.flot.stack.js57 function stackData(plot, s, datapoints) { argument
65 var ps = datapoints.pointsize,
66 points = datapoints.points,
67 otherps = other.datapoints.pointsize,
68 otherpoints = other.datapoints.points,
73 … withbottom = ps > 2 && (horizontal ? datapoints.format[2].x : datapoints.format[2].y),
176 datapoints.points = newpoints;
Djquery.flot.stack.min.js7datapoints){if(s.stack==null||s.stack===false)return;var other=findMatchingSeries(s,plot.getData()… argument
Djquery.flot.fillbetween.min.js7datapoints){if(s.fillBetween==null){return}var other=findBottomSeries(s,plot.getData());if(!other)… argument
Djquery.flot.fillbetween.js62 function computeFillBottoms( plot, s, datapoints ) { argument
74 var ps = datapoints.pointsize,
75 points = datapoints.points,
76 otherps = other.datapoints.pointsize,
77 otherpoints = other.datapoints.points,
81 withbottom = ps > 2 && datapoints.format[2].y,
213 datapoints.points = newpoints;
Djquery.flot.errorbars.min.js7datapoints){if(!series.points.errorbars)return;var format=[{x:true,number:true,required:true},{y:t… argument
Djquery.flot.errorbars.js76 function processRawData(plot, series, data, datapoints){ argument
104 datapoints.format = format;
109 var points = series.datapoints.points;
164 var points = s.datapoints.points,
165 ps = s.datapoints.pointsize,
187 for (var i = 0; i < s.datapoints.points.length; i += ps) {
Djquery.flot.image.js124 var points = series.datapoints.points,
125 ps = series.datapoints.pointsize;
216 function processRawData(plot, series, data, datapoints) { argument
221 datapoints.format = [
Djquery.flot.image.min.js7datapoints.points,ps=series.datapoints.pointsize;for(var i=0;i<points.length;i+=ps){var img=points… argument
Djquery.flot.min.js7datapoints={points:[]};executeHooks(hooks.processRawData,[s,s.data,s.datapoints])}for(i=0;i<series…
8datapoints,xoffset,yoffset,axisx,axisy){var points=datapoints.points,ps=datapoints.pointsize,prevx… argument
Djquery.flot.js1107 s.datapoints = { points: [] };
1109 executeHooks(hooks.processRawData, [ s, s.data, s.datapoints ]);
1117 format = s.datapoints.format;
1134 s.datapoints.format = format;
1137 if (s.datapoints.pointsize != null)
1140 s.datapoints.pointsize = format.length;
1142 ps = s.datapoints.pointsize;
1143 points = s.datapoints.points;
1225 executeHooks(hooks.processDatapoints, [ s, s.datapoints]);
1231 points = s.datapoints.points;
[all …]
Djquery.flot.symbol.min.js7 (function($){function processRawData(plot,series,datapoints){var handlers={square:function(ctx,x,y,… argument
Djquery.flot.symbol.js17 function processRawData(plot, series, datapoints) { argument
Djquery.flot.pie.min.js7datapoints){var options=plot.getOptions();if(options.series.pie.show){processDatapoints(plot,serie… argument
Djquery.flot.pie.js132 plot.hooks.processDatapoints.push(function(plot, series, data, datapoints) { argument
135 processDatapoints(plot, series, data, datapoints);
153 function processDatapoints(plot, series, datapoints) { argument
DAPI.md1195 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) {
[all …]
DPLUGINS.md54 function alertSeries(plot, series, datapoints) {
DNEWS.md580 of in the computed datapoints array, which breaks with plugins that modify
581 the datapoints, such as the stacking plugin. (reported by curlypaul924,
865 Highlighting: you can now highlight points and datapoints are autohighlighted
/external/chromium-trace/catapult/telemetry/third_party/flot/
Djquery.flot.min.js28datapoints={points:[]},E(b.processRawData,[l,l.data,l.datapoints]);for(i=0;i<u.length;++i){l=u[i],…