added new changes

This commit is contained in:
2026-01-23 13:09:51 +05:30
parent 71ce8ca819
commit 5b557efd80
6 changed files with 15 additions and 27 deletions

View File

@@ -28,8 +28,8 @@ def bar_chart():
plt.figure()
plt.bar(categories, values)
plt.title("Work Category Report")
plt.xlabel("Category")
plt.ylabel("Count")
plt.xlabel("test Category")
plt.ylabel("test Quantity")
return plot_to_base64(plt)