aispin/WakaTime Stats SVG Charts Generator
Generate WakaTime Stats SVG Charts For Your Github Profile
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Apr 1, 2025
- License
- MIT
Pinned Snippet
uses: aispin/waka-charts@5a44cce01ff0a410b601d69f87844cc7cf7f6dee # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| WAKATIME_API_KEY | Your WakaTime API Key | yes | — |
| GITHUB_TOKEN | GitHub access token | yes | ${{ github.token }} |
| WAKATIME_LANG_LIMIT | Limit the number of languages to show in the chart | no | 5 |
| WAKATIME_CHART_WIDTH | Width of the chart | no | 540 |
| WAKATIME_CHART_HEIGHT | Height of the chart | no | 168 |
| WAKATIME_CHART_BAR_HEIGHT | Bar Height of the chart | no | 34 |
| WAKATIME_CHART_MARGIN_X | Margin X of the chart | no | 12 |
| WAKATIME_CHART_MARGIN_Y | Margin Y of the chart | no | 4 |
| WAKATIME_CHART_PADDING | Padding of the chart | no | 2 |
| WAKATIME_CHART_COL_NAME_WIDTH | Width of the `name` column | no | 100 |
| WAKATIME_CHART_COL_DURATION_WIDTH | Width of the `durations` column | no | 110 |
| WAKATIME_CHART_DYNAMIC_HEIGHT | Calculate the height of the chart dynamically based on the number of languages and bar height | no | true |
| BRANCH_NAME | Branch that needs to updated | no | main |
| COMMIT_MESSAGE | Commit message on each generation of charts | no | 📊 Update WakaCharts by WakaCharts-Bot |
| IMAGES_FOLDER | Name of the folder in which generated charts will be shown | no | images |
| GIT_USER_EMAIL | User email for git | no | 41898282+github-actions[bot]@users.noreply.github.com |
| GIT_USER_NAME | User name for git | no | GitHub Actions |
Outputs
no outputs