6 Answers, 1 is accepted
0
Hi Rav,
Regards,
Iliana Nikolova
Telerik
In order to achieve the expected result you could use Chart refresh() method. For example:
$(window).resize(
function
(){
$(
"#stock-chart"
).data(
"kendoStockChart"
).refresh();
});
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
Andrey
Top achievements
Rank 1
answered on 22 Nov 2013, 10:44 AM
Hi Iliana.
This code example is not compatible with stock chart.
And kendo.resize() from latest release also not compatible. How we can make stock chart responsive?
This code example is not compatible with stock chart.
And kendo.resize() from latest release also not compatible. How we can make stock chart responsive?
0
Rav
Top achievements
Rank 2
answered on 26 Nov 2013, 07:21 AM
$(window).resize(function(){
$("#stock-chart").data("kendoStockChart").refresh();
});
is not helping to resize stock chart. Also method that introduced in this article http://www.kendoui.com/blogs/teamblog/posts/13-11-20/new-in-kendo-ui-q3-201… is not working.
$(window).on("resize", function() {
kendo.resize($("#stock-chart"));
});
You can find example here:
https://dl.dropboxusercontent.com/u/204009/kendoStockChartResize.zip
0
Hello,
An issue in the stock chart was preventing the resize method from working. This is now fixed and should be fully functional in the next internal build (v. 2013.3.1126 and later).
It should be available for download within a day or two.
Apologies for the caused inconvenience.
Regards,
T. Tsonev
Telerik
An issue in the stock chart was preventing the resize method from working. This is now fixed and should be fully functional in the next internal build (v. 2013.3.1126 and later).
It should be available for download within a day or two.
Apologies for the caused inconvenience.
Regards,
T. Tsonev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Rav
Top achievements
Rank 2
answered on 03 Dec 2013, 12:44 PM
This version better, but still not working fine. Now resize of navigator broken. You can see it on video: http://screencast.com/t/pQHsSkAc
0
Hi Rav,
Thank you for pointed our attention to this issue - I forwarded it to the developers for further investigation and we will do our best to address it as soon as possible. Please excuse us for the inconvenience caused.
Regards,
Iliana Nikolova
Telerik
Thank you for pointed our attention to this issue - I forwarded it to the developers for further investigation and we will do our best to address it as soon as possible. Please excuse us for the inconvenience caused.
Regards,
Iliana Nikolova
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!