#chartdiv {
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(12%, white), color-stop(12%, #fcfcfd), color-stop(86%, white));
  background: linear-gradient(0deg, white 12%, #fcfcfd 12%, white 86%); }
