Pie Chart Error

I have noticed an issue with the pie chart at smaller sizes. Sometimes it works fine but other times I get a wierd inner circle and the pie peices don’t show correctly. Whenever this happens if I resize the containing window large enough it displays correctly.

I have attached an image that shows it working incorrectly and again how it works when the containing window is made just slightly larger.

The pie chart is created the normal way…

w7= dhxWins.createWindow(“w7”, 10,10,350,350);
pie_medium7 = dhxWins.window(‘w7’).attachChart({view:“pie3D”,value:“#C_value#”,label:“#name#”,pieInnerText:“#C_value#”,gradient:true,padding: 35,shadow:true });


Hi,

could you please attach the completed demo ?

Here are the details about it docs.dhtmlx.com/doku.php?id=othe … leted_demo