Home
last modified time | relevance | path

Searched refs:tickLength (Results 1 – 5 of 5) sorted by relevance

/external/chromium-trace/catapult/third_party/flot/
Djquery.flot.js547 tickLength: null, // size in pixels of ticks, or "full" for whole line property
1438 tickLength = axis.options.tickLength,
1473 if (tickLength == null) {
1474 tickLength = first ? "full" : 5;
1477 if (!isNaN(+tickLength))
1478 padding += +tickLength;
1507 axis.tickLength = tickLength;
2031 t = axis.tickLength, x, y, xoff, yoff;
Djquery.flot.min.js7tickLength:null,alignTicksWithAxis:null,tickDecimals:null,tickSize:null,minTickSize:null},yaxis:{a… property
8 …th;for(var j=0;j<axes.length;++j){var axis=axes[j],box=axis.box,t=axis.tickLength,x,y,xoff,yoff;if…
DAPI.md271 tickLength: null or number
474 "tickLength" is the length of the tick lines in pixels. By default, the
DNEWS.md503 - New setting on axes, "tickLength", to control the size of ticks or turn
/external/chromium-trace/catapult/telemetry/third_party/flot/
Djquery.flot.min.js28tickLength,o=a.grid.axisMargin,u=a.grid.labelMargin,l=t.direction=="x"?d:v,c,h,p=e.grep(l,function… property