Bullet Code Block

Here is a high level view of the basic syntax of a bullet block.

  bullet column = <string> 

Here is a high level view of a customized bullet block.

  bullet column = <string> { 
    title <string> 
    threshold {<integer> | column = <string> }
    bar-color <string> 
    background-color <string> 
    value2 column = <string> 
    
    show-scale <boolean> 
    scale-minimum <integer> 
    scale-maximum <integer> 
    scale-format <integer> 
    width <integer> 
  }