Top Languages
Top languages by code size — bars or donut
Options
| Parameter | Type | Default | Description |
|---|---|---|---|
| top_n | number | 6 | Number of languages in the card (1–12) |
| style | string | bar | bar — horizontal bars, donut — donut chart |
| exclude | string[] | [] | Languages to exclude (e.g. Markdown, HTML) |
| height | number | 160 | SVG height in pixels (100–400) |
Config example
profile-graphics.yml
chart_options:
langs:
top_n: 6
style: bar
exclude:
- Markdown
- HTML
- CSS
height: 160
Embed in README
README.md
<img height="160" src="https://raw.githubusercontent.com/USERNAME/USERNAME/main/dist/langs.svg" alt="Top languages"/>