Documentation

x

the horizontal position of the pie center

number x;

Example

webix.ui({
    view: "chart",
    type:"pie",
    x:180,
    y:120
    ...
})

See also

Details

The property is applicable only to pie charts

Back to top