This is a migrated thread and some comments may be shown as answers.

Slow rendering of Charts in IE 8

3 Answers 47 Views
Charts
This is a migrated thread and some comments may be shown as answers.
Kevin
Top achievements
Rank 1
Kevin asked on 11 Nov 2014, 04:21 PM
Hello!

The code block I wrote under attached link renders 4 Kendo Charts, but it's rendering very slow in IE8 browser (you can check it via this link: http://goo.gl/uvFYqq )
Is there anything I can do to improve the render time in  IE8 ?

Thanks in advance!

3 Answers, 1 is accepted

Sort by
0
T. Tsonev
Telerik team
answered on 13 Nov 2014, 09:16 AM
Hello,

One thing I can suggest is turning off animations.

Another option is to render the charts asynchronously by using setTimeout.
Experiment with different delays to see what yields bests result in your case.

I hope this helps.

Regards,
T. Tsonev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Kevin
Top achievements
Rank 1
answered on 24 Nov 2014, 01:32 PM
Hello Tsonev,

As you said we have set the chart's option 'transitions: false' and setTimeout function to render the charts asynchronously, but still  the rendering time is more than 2.5 - 3 seconds.

link to test: http://goo.gl/uvFYqq

Thanks.
0
Hristo Germanov
Telerik team
answered on 26 Nov 2014, 01:48 PM
Hi Kevin,

The limitation here comes from VML. You are disable and stop everything that will slow down the chart rendering. In your scenario there is no much that we can do.

Please excuse us for the inconvenience.

Regards,
Hristo Germanov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Charts
Asked by
Kevin
Top achievements
Rank 1
Answers by
T. Tsonev
Telerik team
Kevin
Top achievements
Rank 1
Hristo Germanov
Telerik team
Share this question
or