Docs
API
  • barHeight

    Number

    Theme property to set bar-s height.
    Read more in Desing and Style section.

    Example

    
    barHeight: 30,
    bbar: [{
      type: 'button',
      text: 'Text',
      handler: function(){}
    }],
    

    Default

    
    38