CrazyCoder

Charts rendering slowly in IE11

Recommended Posts

Im using ajax to get the json data and render the charts. In crome , it works perfectly fine.But the same is working very slowly in IE11. The charts are rendered few seconds late when compared to crome. Please let me know how to solve this problem.

Share this post


Link to post
Share on other sites

There have been various performance improvements made in our latest version i.e. 3.12.2, kindly upgrade to the latest version if you want more optimized performance.

We checked a sample bar chart on IE 11 with 100 data plots using performance.now API method of Javascript and the average time taken is 0.5 seconds (approx)

Please note the performance may vary depending on your system configuration.

Also, make sure that while testing the performance you have set animation to 0 at the chart level and asyncRender as 0 at the constructor level.

For reference please check the sample - https://www.dropbox.com/s/9fujlraueq28l1m/3.12.2.zip?dl=0

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now