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

js events for Kendo Charts

5 Answers 115 Views
Charts
This is a migrated thread and some comments may be shown as answers.
Neil
Top achievements
Rank 1
Neil asked on 12 Oct 2012, 09:45 AM
Hey I was wondering is there a js event fired when the chart is rendered completely ? Not when the page appears with the axis (so no document.ready doesnt do the job) but when the actual points are rendered ?

5 Answers, 1 is accepted

Sort by
0
Eric
Top achievements
Rank 1
answered on 15 Oct 2012, 06:21 PM
I am curious about this as well.
0
Paul
Top achievements
Rank 1
answered on 21 Feb 2013, 03:56 PM
I also am curious about this.  We need to chart large datasets in scatter charts (as large as a mllion data points).  I would like to provide a status bar informing them of where we are at in the rendering process.  To that end I would like to provide a progress bar (post databind) that informs the use of rendering progress.  Thoughts?
0
Iliana Dyankova
Telerik team
answered on 26 Feb 2013, 12:33 PM
Hello guys,

There is a Chart's dataBound event which is raised when the data is received and the Chart is about to render it.

Regards,
Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Jitendra
Top achievements
Rank 1
answered on 28 Oct 2014, 10:48 AM
Hi,

Is there any event that I can use after the chart is rendered completely ?
0
Iliana Dyankova
Telerik team
answered on 29 Oct 2014, 03:49 PM
Hi Jitendra,

Currently there is no event which fires after the dataBound. As a possible workaround I would suggest to use the setTimeout() method.

Regards,
Iliana Nikolova
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
Neil
Top achievements
Rank 1
Answers by
Eric
Top achievements
Rank 1
Paul
Top achievements
Rank 1
Iliana Dyankova
Telerik team
Jitendra
Top achievements
Rank 1
Share this question
or