alpha

defines the opacity of chart items

number alpha;

Example

webix.ui({
    view:"chart",
    type:"bar",
    ...
    alpha:0.5
});


Default value:

1

Related samples

Details

The parameter can take value from 0.0 (fully transparent) to 1.0 (fully opaque).

See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix open source html5 framework and page of javascript graphing library product.