Lines Matching refs:plotHeight
623 plotWidth = 0, plotHeight = 0,
646 plot.height = function () { return plotHeight; };
1382 s = axis.scale = plotHeight / Math.abs(t(axis.max) - t(axis.min));
1630 plotHeight = surface.height - plotOffset.bottom - plotOffset.top;
1938 …ctx.fillStyle = getColorOrGradient(options.grid.backgroundColor, plotHeight, 0, "rgba(255, 255, 25…
1939 ctx.fillRect(0, 0, plotWidth, plotHeight);
2041 y = (axis.position == "top" ? 0 : plotHeight);
2061 yoff = plotHeight + 1;
2095 yoff = t == "full" ? -plotHeight : t;
2150 ctx.lineTo(plotWidth + bw.right / 2, plotHeight);
2158 ctx.moveTo(plotWidth + bw.right, plotHeight + bw.bottom / 2);
2159 ctx.lineTo(0, plotHeight + bw.bottom / 2);
2167 ctx.moveTo(0 - bw.left/2, plotHeight + bw.bottom);
2175 ctx.strokeRect(-bw/2, -bw/2, plotWidth + bw, plotHeight + bw);
2483 var fillStyle = getFillStyle(series.lines, series.color, 0, plotHeight);