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

adaptive-height

1 Answer 45 Views
Charts
This is a migrated thread and some comments may be shown as answers.
alex
Top achievements
Rank 1
alex asked on 06 Apr 2016, 08:27 AM

How to stretch the entire height of the chart ?(adaptive-height)

help please

1 Answer, 1 is accepted

Sort by
0
Helen
Telerik team
answered on 07 Apr 2016, 07:07 AM
Hello,

In order to achieve the desired behavior you need to call the refresh() method of the client object. Like the following:

$(window).resize(function(){
    $("#chart").data("kendoChart").refresh();
});


Regards,
Helen
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Charts
Asked by
alex
Top achievements
Rank 1
Answers by
Helen
Telerik team
Share this question
or