Bullet Tags
Bullet columns are used in ad hoc, dive, cross, or report pages, or within a table block for a central or overview page. A bullet column is defined using a bullet tag with optional tags between an open { and close } bracket.
|
Tag |
Examples |
Status |
Notes |
|---|---|---|---|
| bullet |
bullet column = "Cost" { title "Bullets" bar-color "c4c4c4" show-scale true } |
Required | Identifies a bullet column block. |
| bar-color | bar-color "0000ff" | Optional | Sets the bar color. Uses a hexadecimal code to identify colors. |
| column | bullet column = "Bullet Point" | Required | Identifies which summary the bullet uses to display information. |
| scale-format |
scale-format "#,###k" scale-format "$#,###.00" |
Optional | Identifies how to format the scale. |
| scale-maximum | scale-maximum 10000 | Optional | Identifies the maximum value for the scale. Default is set automatically by rounding. |
| scale-minimum | scale-minimum 20 | Optional | Identifies the minimum value for the scale. The default is 0. |
| show-scale |
show-scale true show-scale false |
Optional | Shows scale at the bottom of the page when "true." Hides scale when "false." The default is "true." |
| threshold | threshold column = "Net Sales" | Optional | Identifies the range for the column in a shaded bar that underlays the other bars. |
| title | title "Cases" | Optional | Labels the column. |
| value | value column = "Cases" | Optional | Identifies the summary the bullet draws the information from; overrides whatever is mentioned in the bullet tag. |
| value2 | value2 column = "Cost" | Optional | Identifies a second bar and a second summary. This bar appears beneath the first summary values. |