Hi,
Consider the following html structure:
<body style="overflow: hidden; height: 100%">
<div class="wrapper" style="overflow: auto; height: 100%">
<div id="chartContainer_1"></div>
<div id="chartContainer_2"></div>
........
<div id="chartContainer_n"></div>
</div>
</body>
Charts will be rendered in this containers.
Once you scroll down charts won't display labels anymore also drilldown function won't be called anymore.
Is there a way to fix this?
Thanks,
Razvan