layout

sets the layout type of the Bullet Graph

string layout;

Values

  • "x"
    horizontal
  • "y"
    vertical
  • Example

    webix.ui({
        view:"bullet", 
        layout:"y"
    });


    Default value:

    "x"

    Related samples

    See also
  • Articles
  • Back to top