Thanks Chris,
That took care of the vertical scroll but the horizontal scroll still has the same problem (ie: chart can be scrolled off screen).
I tried to add a height constraint as well but that didn't help1 :(
Tried these two:
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, minimum-scale=0.5, maximum-scale=10.0, user-scalable=no">
and
<meta name="viewport" content="width=1025px, heigth=308px, initial-scale=1.0, minimum-scale=0.5, maximum-scale=10.0, user-scalable=no">
but the horizontal scroll stays the same no matter what I do!
Help...! :)
Thanks!
Gerard