markerColor

определяет цвет маркера

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)" Наверх