Searched refs:tickLength (Results 1 – 5 of 5) sorted by relevance
/external/chromium-trace/catapult/third_party/flot/ |
D | jquery.flot.js | 547 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;
|
D | jquery.flot.min.js | 7 …tickLength: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…
|
D | API.md | 271 tickLength: null or number 474 "tickLength" is the length of the tick lines in pixels. By default, the
|
D | NEWS.md | 503 - New setting on axes, "tickLength", to control the size of ticks or turn
|
/external/chromium-trace/catapult/telemetry/third_party/flot/ |
D | jquery.flot.min.js | 28 …tickLength,o=a.grid.axisMargin,u=a.grid.labelMargin,l=t.direction=="x"?d:v,c,h,p=e.grep(l,function… property
|