html{ width:100%; height:100%; } 
body{ overflow:hidden; width:100%; height:100%; } 
#chart {
  font: 10px sans-serif;
  position:absolute;
  width:100%;
  height:100%;
  left:0px;
  top:0px;
}
