docs: change xychart-beta to use bar and line to prevent overlapping

This commit is contained in:
Nubenetes Bot
2026-05-18 21:17:49 +02:00
parent b1a83944a6
commit 030803bdcc
2 changed files with 7 additions and 7 deletions

View File

@@ -108,8 +108,8 @@ def get_stats():
annual_chart += f" x-axis [{', '.join(years)}]\n"
annual_chart += f" y-axis \"Volume\"\n"
annual_chart += f" bar stacked [{', '.join(commits)}]\n"
annual_chart += f" bar stacked [{', '.join(refs)}]\n"
annual_chart += f" bar [{', '.join(refs)}]\n"
annual_chart += f" line [{', '.join(commits)}]\n"
annual_chart += "```"
for idx, item in enumerate(growth_data, 1):