cant

defines the slope angle of a 3D pie

number cant;

Example

webix.ui({
    view: "chart",
    type:"pie3D",
    container:"chartDiv",
    value:"#sales#",
    label:"#month#",
    cant:0.7,
    data:month_dataset
});


Default value:

0.5
Details

The parameter can take value from 0 to 1.

See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix javascript website framework and page of chart widget product.