added new changes
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user