Charts
📈

Activity Graph

Activity area chart for the last N days with SMIL animation

tokyo-night dracula nord catppuccin github-dark

Options

Parameter Type Default Description
days number 30 Number of days in the chart (7–365)
show_average boolean true Show dashed average line
fill_opacity number 0.15 Fill opacity under the line (0.0–1.0)
height number 160 SVG height in pixels (100–400)

Config example

profile-graphics.yml
charts:
  - activity

chart_options:
  activity:
    days: 90
    show_average: true
    fill_opacity: 0.15
    height: 160

Embed in README

README.md
<img height="160" src="https://raw.githubusercontent.com/USERNAME/USERNAME/main/dist/activity.svg"
  alt="Activity graph"/>
Next: Top Languages → Playground