Searched refs:drawSeries (Results 1 – 8 of 8) sorted by relevance
/external/chromium-trace/catapult/third_party/flot/ |
D | jquery.flot.image.js | 118 function drawSeries(plot, ctx, series) { function 232 plot.hooks.drawSeries.push(drawSeries);
|
D | jquery.flot.image.min.js | 7 …drawSeries(plot,ctx,series){var plotOffset=plot.getPlotOffset();if(!series.images||!series.images.… function
|
D | jquery.flot.js | 630 drawSeries: [], property 1882 executeHooks(hooks.drawSeries, [ctx, series[i]]); 1883 drawSeries(series[i]); 2231 function drawSeries(series) { function
|
D | jquery.flot.min.js | 7 …drawSeries:[],draw:[],bindEvents:[],drawOverlay:[],shutdown:[]},plot=this;plot.setData=setData;plo… property 8 …addText(layer,x,y,tick.label,font,null,null,halign,valign)}})}function drawSeries(series){if(serie… function
|
D | NEWS.md | 558 - New hooks: drawSeries, shutdown.
|
D | API.md | 1395 - drawSeries [phase 5]
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/ |
D | LineAndPointRenderer.java | 45 drawSeries(canvas, plotArea, series, getFormatter(series)); in onRender() 79 …protected void drawSeries(Canvas canvas, RectF plotArea, XYSeries series, LineAndPointFormatter fo… in drawSeries() method in LineAndPointRenderer
|
/external/chromium-trace/catapult/telemetry/third_party/flot/ |
D | jquery.flot.min.js | 28 …undColor&&K(),e.show&&!e.aboveData&&Q();for(var t=0;t<u.length;++t)E(b.drawSeries,[h,u[t]]),Y(u[t]… 29 …cessRawData:[],processDatapoints:[],processOffset:[],drawBackground:[],drawSeries:[],draw:[],bindE… property
|