Hello Dimitar,
its a good idea to show basic syntax issues, but it does break running code by updating from 2.7 to 2.8 . So we have to do a complete regression test when we are updating jqwidgets. You should be very carefull introducing changes which will break existing running code at your customers. And if you do so, you should make it very clear in your documentation.
We use the following code to resize the div container:
$(“#chart”).height(h);
$(“#chart”).width(w);
$(“#chart”).jqxChart(“refresh”);
But the chart is is not being drawn complete. Its clipped on the right side. See an example here:
Clipped chart