markerColor

defines the color of the marker

string markerColor;

Example

webix.ui({
    view:"bullet", 
    minRange:0, 
    maxRange:120,
    marker:70
    markerColor: "rgba(245, 40, 145, 0.8)"                      });


Default value:

"rgba(0,0,0,0.5)" 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.