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
Join Our Forum
We've retired comments here. Visit our forum for faster technical support,
connect with other developers, and share your feedback there.