Hello,
I'm having an issue using the resizeTo(width, height) function with drill down charts. I'm using the latest release of Fusion Charts XT. I'm calling resizeTo when the browser resizes so that our chart takes the full dimensions of the HTML area we have reserved for the chart. This works fine for the standard chart. But, when we're using drill down charts and the user has drilled down, when the browser is resized, nothing happens. If instead, I call render() with the new dimensions, the parent chart is what is generated, not the drill down - which is not desired.
Any solution for this?
Thanks,
Mike Oliver