padding

spacing between diagram border and its contents

number padding;

Example

webix.ui({
    view:"diagram",
    padding: 10
})

Details

The default value is 20px.

See also
Back to top