Force fusioncharts rendering outside viewport

350 Views Asked by At

I have several Fusioncharts on my page and some of them are outside the viewport. Usually, they render as soon as the user scrolls the page and make them visible.

Now, I have to export all those charts and, so, I need them to be rendered before starting the export process: is there a way to force the rendering without asking the user to scroll the page down?

1

There are 1 best solutions below

0
On BEST ANSWER

Well a hack would be to use JavaScript to scroll to bottom and then again to top before exporting.