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

radhtmlChart async update

1 Answer 126 Views
Chart (HTML5)
This is a migrated thread and some comments may be shown as answers.
Wenli
Top achievements
Rank 1
Wenli asked on 30 May 2013, 03:24 PM
Hello,

I have a radhtmlchart created dynamically like the programmic chart created demo. I also use ajax manager and asp panel to async update it every minute (asp timer). However when it's refreshing, the chart is blink once. i.e. the old chart disappears, only leaves grids there, then the new chart is loaded. It is a monitoring chart, I got a very good animation effect when I use radchart async update, exactly like the cpu monitoring in windows task manager. Is there a way I can get the same effect when using radhtmlchart?

1 Answer, 1 is accepted

Sort by
0
Stamo Gochev
Telerik team
answered on 04 Jun 2013, 01:32 PM
Hello Wenli,

I tried to reproduce your issue by creating a sample page, with an RadAjaxManager which updates the RadHtmlChart every second but I wasn't able to reproduce the issue - I didn't encounter any blinking problems. What you could do in this case is try to resolve the problem by disabling the RadHtmlChart's rendering animations by taking advantage of the Transitions property:

<telerik:RadHtmlChart runat="server" ID="ColumnChart" Transitions="false"></telerik:RadHtmlChart>

Could you try this approach and inform me if it is applicable in your case? If your scenario is different, could you prepare a sample page, which reproduces the problem and send it to me? Could you also specify if you get the same blinking issue on a specific browser (or version) or this behavior is the same for all browser?

Regards,
Stamo Gochev
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Chart (HTML5)
Asked by
Wenli
Top achievements
Rank 1
Answers by
Stamo Gochev
Telerik team
Share this question
or