paddingX

horizontal padding in pixels

number paddingX;

Example

webix.Sparklines.paddingX = 6;

Related samples

Details

The property is set globally for all sparklines in the application. The default value is 6.

See also
Back to top