Hi,
I want that the chart to be re sized based following the browser window. I tried this code but it does not work:
jQuery(window).resize(function () {
control.kendoChart.refresh();
});
The biggest problems I have is in decreasing the size as it breaks my page layout, increasing the size keep the layout but the chart is not re sized either
I've seen possible solutions like http://www.telerik.com/community/forums/aspnet-mvc/chart/resizing-chart-on-browser-resize.aspx
but this does not work in my case as I do not have a prefixed size.
Thank for your help,
Ignacio
I want that the chart to be re sized based following the browser window. I tried this code but it does not work:
jQuery(window).resize(function () {
control.kendoChart.refresh();
});
The biggest problems I have is in decreasing the size as it breaks my page layout, increasing the size keep the layout but the chart is not re sized either
I've seen possible solutions like http://www.telerik.com/community/forums/aspnet-mvc/chart/resizing-chart-on-browser-resize.aspx
but this does not work in my case as I do not have a prefixed size.
Thank for your help,
Ignacio