Documentation

pieHeight

the height of the 3d pie

number pieHeight;

Example

webix.ui({
    view: "chart",
    type:"pie3D",
    pieHeight:50,
    ...
});

See also

Details

The property is applicable only to pie3D charts

Back to top