Lines Matching refs:margin
525 margin: 5, // distance from grid edge to default legend container within plot
541 autoscaleMargin: null, // margin in % to add if auto-setting min/max
598 margin: 0, // distance from the canvas edge to the grid
1465 // The outermost axis on each side has no margin
1575 var margin = options.grid.margin || 0;
1576 plotOffset[a] = typeof margin == "number" ? margin : margin[a] || 0;
1663 var margin = opts.autoscaleMargin;
1664 if (margin != null) {
1666 min -= delta * margin;
1673 max += delta * margin;
2790 m = options.legend.margin;