Skip to content

Commit 451efd1

Browse files
committed
docs(readme): Add short_numbers docs
1 parent f5481e6 commit 451efd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ If the `theme` parameter is specified, any color customizations specified will b
6868
| `excludeDaysLabel` | Excluded days of the week text color | **hex code** without `#` or **css color** |
6969
| `date_format` | Date format pattern or empty for locale format | See note below on [📅 Date Formats](#-date-formats) |
7070
| `locale` | Locale for labels and numbers (Default: `en`) | ISO 639-1 code - See [🗪 Locales](#-locales) |
71+
| `short_numbers` | Use short numbers (e.g. 1.5k instead of 1,500) | `true` or `false` |
7172
| `type` | Output format (Default: `svg`) | Current options: `svg`, `png` or `json` |
7273
| `mode` | Streak mode (Default: `daily`) | `daily` (contribute daily) or `weekly` (contribute once per Sun-Sat week) |
7374
| `exclude_days` | List of days of the week to exclude from streaks | Comma-separated list of day abbreviations (Sun, Mon, Tue, Wed, Thu, Fri, Sat) e.g. `Sun,Sat` |

0 commit comments

Comments
 (0)