if (valueHeight < 0) {
          pxHeight = 0;
        } else {
          pxHeight = Math.min(bin.height.px, (valueHeight / bin.height.value) * bin.height.px);
        }