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

(bug?) scatter chart loses content on .refresh()

2 Answers 38 Views
Charts
This is a migrated thread and some comments may be shown as answers.
Raido Valgeväli
Top achievements
Rank 2
Raido Valgeväli asked on 29 May 2013, 12:36 PM
Here refresh() is called on window resize:
http://70.43.83.4/test/scatter/date-axis.html
But refresh() would fail the same way even if the new height is not set.

It works fine when data is set via datasource (commented out), but then multiple series with different data cannot be set.

2 Answers, 1 is accepted

Sort by
0
Accepted
Hristo Germanov
Telerik team
answered on 29 May 2013, 02:31 PM
Hi Raido,

In your case you need to use redraw instead of refresh because refresh will lock for dataSource that you haven't. Can you try it?

Regards,
Hristo Germanov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Raido Valgeväli
Top achievements
Rank 2
answered on 29 May 2013, 02:56 PM
It worked, thanks. Refresh could still just work with constant data too :)

 Raido
Tags
Charts
Asked by
Raido Valgeväli
Top achievements
Rank 2
Answers by
Hristo Germanov
Telerik team
Raido Valgeväli
Top achievements
Rank 2
Share this question
or