.plotLayer {
    position: absolute;
    width: 100%;
    height: 100%;
}
.plotLayer canvas {
    width: 100%;
    height: 100%;
}
.scaleCanvas {
    position: absolute;
    border: 1px solid #999;
    opacity: .9;
}
