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

Bubble chart motion...

2 Answers 120 Views
Charts
This is a migrated thread and some comments may be shown as answers.
Luis
Top achievements
Rank 1
Luis asked on 14 Nov 2013, 11:12 AM
Hi,

I need help :). I would like to do something like this:

https://developers.google.com/chart/interactive/docs/gallery/motionchart (press the play button)

A bubble chart with a date slider,. Basically  when I move the slider, the bubble chart will refreshing the data dynamicaly...

Do you know if is possible to do it? and the best thing! Do you have any example? 

Thanks a lot!
Luis
=======================================
EDIT:

I found this example: http://www.kendoui.com/forums/kendo-ui-dataviz/chart/update-datasource.aspx

So I think that will be possible to do!  But if anyone has an example... please let me know!

Thanks

2 Answers, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 18 Nov 2013, 09:47 AM
Hello Luis,

I am afraid such an example is not available, however you could use the approach suggested in the forum thread and change the chart dataSource when the slider value is changed

Regards,
Iliana Nikolova
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Luis
Top achievements
Rank 1
answered on 18 Nov 2013, 10:09 AM
Hi Iliana,

Thanks for your support but finally I found a good solution using:

- function sliderOnChange(e) {} 
And retrieving the bubble by Id, deleting and adding a new one.

Right now I have something similar to a "bubble chart motion" :)

Thanks!
Luis
 
Tags
Charts
Asked by
Luis
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Luis
Top achievements
Rank 1
Share this question
or