Here is some pseudo code that I'm using to re-init the chart:
The createGraph function does some work to create a settings object and then calls $el.kendoChart(settings);$('#graph1').empty(); createGraph('graph1', fullYear, -77);
9 Answers, 1 is accepted
Unfortunately I am not able to reproduce this issue locally. Could you please send us a simple test project or just a jsbin/jsfiddle test page which reproduces the depicted issue? Thus I will be able to observe the problem and advice you further.
Note: You doesn't need to call empty() because we will do it for you when you call kendoChart({....}).
Hristo Germanov
the Telerik team
I think this may be due to the version of dataviz that I'm using. Can you see if you can reproduce with
2011.3.1129/kendo.dataviz.min.js?
Thanks
Could you please update to the latest version of Kendo UI and tell me if the problem persists?
Kind regards,Hristo Germanov
the Telerik team
Here is my modified test project with the 2011.3.1129 version of Kendo UI, so could you please examine it and tell me if I am doing something different than you, because I cannot get such problem?
Greetings,Hristo Germanov
the Telerik team
I apologize for missing that in my previous reply. Here is the sample: http://jsbin.com/oveham/3/edit
Greetings,Hristo Germanov
the Telerik team
Please see my edits: http://jsbin.com/oveham/5/edit
Unfortunately I can't give you a workaround for this issue.
In the latest version of Kendo UI this issue is fixed: http://jsbin.com/oveham/10/edit
Please excuse us for the inconvenience.
Hristo Germanov
the Telerik team