Searched refs:processDatapoints (Results 1 – 17 of 17) sorted by relevance
/external/chromium-trace/catapult/third_party/flot/ |
D | jquery.flot.categories.js | 174 function processDatapoints(plot, series, datapoints) { function 181 plot.hooks.processDatapoints.push(processDatapoints);
|
D | jquery.flot.categories.min.js | 7 …processDatapoints(plot,series,datapoints){setupCategoriesForAxis(series,"xaxis",datapoints);setupC… function
|
D | jquery.flot.symbol.min.js | 7 …[s])series.points.symbol=handlers[s]}function init(plot){plot.hooks.processDatapoints.push(process…
|
D | jquery.flot.symbol.js | 63 plot.hooks.processDatapoints.push(processRawData);
|
D | jquery.flot.threshold.js | 133 plot.hooks.processDatapoints.push(processThresholds);
|
D | jquery.flot.threshold.min.js | 7 …(plot,s,datapoints,s.threshold.below,s.threshold.color)}}plot.hooks.processDatapoints.push(process…
|
D | jquery.flot.pie.min.js | 7 …processDatapoints.push(function(plot,series,data,datapoints){var options=plot.getOptions();if(opti… function
|
D | jquery.flot.pie.js | 132 plot.hooks.processDatapoints.push(function(plot, series, data, datapoints) { 135 processDatapoints(plot, series, data, datapoints); 153 function processDatapoints(plot, series, datapoints) { function
|
D | jquery.flot.fillbetween.min.js | 7 …ints[l+1]=newpoints[l-ps+1]}}datapoints.points=newpoints}plot.hooks.processDatapoints.push(compute…
|
D | jquery.flot.fillbetween.js | 216 plot.hooks.processDatapoints.push( computeFillBottoms );
|
D | jquery.flot.stack.js | 179 plot.hooks.processDatapoints.push(stackData);
|
D | jquery.flot.stack.min.js | 7 …ints[l+1]=newpoints[l-ps+1]}}datapoints.points=newpoints}plot.hooks.processDatapoints.push(stackDa…
|
D | PLUGINS.md | 50 plot.hooks.processDatapoints.push(alertSeries);
|
D | jquery.flot.js | 627 processDatapoints: [], property 1225 executeHooks(hooks.processDatapoints, [ s, s.datapoints]);
|
D | jquery.flot.min.js | 7 …processDatapoints:[],processOffset:[],drawBackground:[],drawSeries:[],draw:[],bindEvents:[],drawOv… property
|
D | API.md | 1356 - processDatapoints [phase 3]
|
/external/chromium-trace/catapult/telemetry/third_party/flot/ |
D | jquery.flot.min.js | 28 …+a]=c[o+a];c[o+1]=c[o-h+1],o+=h}}}for(i=0;i<u.length;++i)l=u[i],E(b.processDatapoints,[l,l.datapoi… 29 :0},g=0,y=0,b={processOptions:[],processRawData:[],processDatapoints:[],processOffset:[],drawBackgr… property
|