/external/chromium-trace/catapult/third_party/flot/ |
D | jquery.flot.threshold.js | 51 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);
|
D | jquery.flot.threshold.min.js | 7 …datapoints,below,color){var ps=datapoints.pointsize,i,x,y,p,prevp,thresholded=$.extend({},s);thres… argument
|
D | jquery.flot.categories.min.js | 7 …datapoints){var xCategories=series.xaxis.options.mode=="categories",yCategories=series.yaxis.optio… argument
|
D | jquery.flot.categories.js | 56 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 …]
|
D | jquery.flot.stack.js | 57 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;
|
D | jquery.flot.stack.min.js | 7 …datapoints){if(s.stack==null||s.stack===false)return;var other=findMatchingSeries(s,plot.getData()… argument
|
D | jquery.flot.fillbetween.min.js | 7 …datapoints){if(s.fillBetween==null){return}var other=findBottomSeries(s,plot.getData());if(!other)… argument
|
D | jquery.flot.fillbetween.js | 62 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;
|
D | jquery.flot.errorbars.min.js | 7 …datapoints){if(!series.points.errorbars)return;var format=[{x:true,number:true,required:true},{y:t… argument
|
D | jquery.flot.errorbars.js | 76 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) {
|
D | jquery.flot.image.js | 124 var points = series.datapoints.points, 125 ps = series.datapoints.pointsize; 216 function processRawData(plot, series, data, datapoints) { argument 221 datapoints.format = [
|
D | jquery.flot.image.min.js | 7 …datapoints.points,ps=series.datapoints.pointsize;for(var i=0;i<points.length;i+=ps){var img=points… argument
|
D | jquery.flot.min.js | 7 …datapoints={points:[]};executeHooks(hooks.processRawData,[s,s.data,s.datapoints])}for(i=0;i<series… 8 …datapoints,xoffset,yoffset,axisx,axisy){var points=datapoints.points,ps=datapoints.pointsize,prevx… argument
|
D | jquery.flot.js | 1107 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 …]
|
D | jquery.flot.symbol.min.js | 7 (function($){function processRawData(plot,series,datapoints){var handlers={square:function(ctx,x,y,… argument
|
D | jquery.flot.symbol.js | 17 function processRawData(plot, series, datapoints) { argument
|
D | jquery.flot.pie.min.js | 7 …datapoints){var options=plot.getOptions();if(options.series.pie.show){processDatapoints(plot,serie… argument
|
D | jquery.flot.pie.js | 132 plot.hooks.processDatapoints.push(function(plot, series, data, datapoints) { argument 135 processDatapoints(plot, series, data, datapoints); 153 function processDatapoints(plot, series, datapoints) { argument
|
D | API.md | 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) { [all …]
|
D | PLUGINS.md | 54 function alertSeries(plot, series, datapoints) {
|
D | NEWS.md | 580 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/ |
D | jquery.flot.min.js | 28 …datapoints={points:[]},E(b.processRawData,[l,l.data,l.datapoints]);for(i=0;i<u.length;++i){l=u[i],…
|