Search the Community

Showing results for tags 'resize event'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Company Forums
    • Company News
  • Product Forums
    • FusionCharts XT
    • FusionWidgets XT
    • PowerCharts XT
    • FusionMaps XT
    • Collabion Charts for SharePoint
    • jQuery Plugin for FusionCharts
    • AngularJS plugin
    • ReactJS plugin
  • General Forums
    • FusionCharts Jobs and Consultation
    • FusionLounge

Found 1 result

  1. I have a page with several graphs on it and I have functions bound to the window resize event to redraw each of the graphs if the user resizes the browser. This works OK on Firefox, Chrome and IE 9+, but on IE 8 the act of rendering the charts apparently triggers further resize events... which triggers more chart redraws, resulting in an infinite loop and a browser that is dead in the water. I have recently upgraded from Fusion Charts 3.2.4 to 3.6.0, and the problem did not happen in the old version. Is this a known issue? Is there a workaround?