Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes

I've found that the loaded event is not triggered unless the window is resized.

Your own example of the loaded event for the heatmap exhibits this - if you open the example in Stackblitz and view the browser console without doing anything that resizes the preview area the loaded event isn't triggered. If you then do anything which triggers a resize it then fires.

Your example from the documentation is here

Searching through the source code of heatmap.js I can see that the loaded event is triggered from within the heatMapResize method but that seems to be the only place it is triggered.