For zooming and pan attach a event and handle it example take a look at http://demos.telerik.com/kendo-ui/bar-charts/pan-and-zoom
to resize the chat and take the full space use as below
$(window).on("resize", function () {
$("#chart").data("kendoChart").refresh();
});