Alert Code Block

Here is a high level view of the basic syntax of an alert block:

  alert <string> { 
    value column = <string> 
    high-threshold <integer> 
  }

Here is a high level view of a customized alert block:

  alert <string> { 
    value column = <string> 
    low-threshold <integer> 
    high-threshold <integer> 
    
    low-color <string> 
    high-color <string> 
    middle-color <string> 
    
    alert-style <string> 
    background-color <string> 
    justification <string> 
  } 

See also: