border of ui.chart, Properties Webix Docs

StartAPI Referenceui.chartProperties

enables/disables the bar borders

boolean border;

Example

webix.ui({
    view:"chart",
    type:"bar",
    value:"#sales#",
    label:"#sales#",
    border:false,
    data: dataset
});

Related samples

See also

  • API

  • Articles

  • Back to top

    If you have not checked yet, be sure to visit site of our main product Webix javascript dashboard framework and page of javascript graphing library product.