radius

defines the radius of a point in the sparkline

number radius;

Example

webix.Sparklines.radius = 2;

Related samples

Details

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

See also
Back to top