Home | History | Annotate | Download | only in flot

Lines Matching defs:bc

1944             var i, axes, bw, bc;
2127 bc = options.grid.borderColor;
2128 if(typeof bw == "object" || typeof bc == "object") {
2132 if (typeof bc !== "object") {
2133 bc = {top: bc, right: bc, bottom: bc, left: bc};
2137 ctx.strokeStyle = bc.top;
2146 ctx.strokeStyle = bc.right;
2155 ctx.strokeStyle = bc.bottom;
2164 ctx.strokeStyle = bc.left;