count | Integer, Float::INFINITY, nil | 0 | The number to be displayed (e.x. # of issues, pull requests) |
scheme | Symbol | :default | Color scheme. One of SCHEME_MAPPINGS.keys . |
limit | Integer, nil | 5_000 | Maximum value to display. Pass nil for no limit. (e.x. if count == 6,000 and limit == 5000, counter will display "5,000+") |
hide_if_zero | Boolean | false | If true, a hidden attribute is added to the counter if count is zero. |
text | String | "" | Text to display instead of count. |
round | Boolean | false | Whether to apply our standard rounding logic to value. |
system_arguments | Hash | N/A | System arguments |