Searched refs:axisMargin (Results 1 – 4 of 4) sorted by relevance
/external/chromium-trace/catapult/third_party/flot/ |
D | jquery.flot.js | 600 axisMargin: 8, // in pixels property 1439 axisMargin = options.grid.axisMargin, 1468 axisMargin = 0; 1484 plotOffset.bottom += lh + axisMargin; 1488 axis.box = { top: plotOffset.top + axisMargin, height: lh }; 1489 plotOffset.top += lh + axisMargin; 1496 axis.box = { left: plotOffset.left + axisMargin, width: lw }; 1497 plotOffset.left += lw + axisMargin; 1500 plotOffset.right += lw + axisMargin;
|
D | jquery.flot.min.js | 7 …axisMargin:8,borderWidth:2,minBorderMargin:null,markings:null,markingsColor:"#f4f4f4",markingsLine… property
|
D | API.md | 872 axisMargin: number 913 line, and "axisMargin" is the space in pixels between axes when there
|
/external/chromium-trace/catapult/telemetry/third_party/flot/ |
D | jquery.flot.min.js | 28 …axisMargin,u=a.grid.labelMargin,l=t.direction=="x"?d:v,c,h,p=e.grep(l,function(e){return e&&e.opti… property
|