index.html
<div id="outerdiv">
<iframe src="//viias.it/dataviz/" id="inneriframe" scrolling="no" width="500" allowfullscreen="" frameborder="0"></iframe>
</div>
Iframe of Interactive charts.markdown
Iframe of Interactive charts
----------------------------
Embed interactive SVG charts within iframes and display them on other webpages.
A [Pen](http://codepen.io/riccardoscalco/pen/QbvExy) by [Riccardo Scalco](http://codepen.io/riccardoscalco) on [CodePen](http://codepen.io/).
[License](http://codepen.io/riccardoscalco/pen/QbvExy/license).
style.css
#outerdiv
{
height:950px;
overflow:hidden;
position:relative;
}
#inneriframe
{
position:absolute;
top:-1351px;
height:99999px;
}