Diagram fit to window height in IE

Hi,

You can do something like this:


    html, body {
      height: 100%
    }
    #canvas {
      height: 100%
    }

Check this thread for more info.

Thanks,
Vladimir