I find the kendoui chart has two methods: refresh
method and redraw
method, what is the difference? I think both of them is to draw the chart again. But if the chart is binding from remote data according to ajax, the request will not fire again.
$("#Chart").data("kendoChart").redraw();
$("#Chart").data("kendoChart").refresh();