fix: fixed labels

This commit is contained in:
0xflotus
2024-10-29 19:33:22 +01:00
committed by GitHub
parent d76357981b
commit 01bd017bda

View File

@@ -104,7 +104,7 @@ def get_charts(data):
charts = { charts = {
"data": { "data": {
"labels": ["0-10", "10-40", "40-70", "70-99", "100"], "labels": ["0-9", "10-39", "40-69", "70-99", "100"],
"datasets": [ "datasets": [
{ {
"name": "Progress (%)", "name": "Progress (%)",