web-humas-fe/const/dummy.json

32 lines
703 B
JSON

{
"data": [
{
"id": "1",
"year": "2024",
"month": "november",
"count": [
14, 32, 10, 21, 15, 18, 24, 30, 12, 25, 19, 28, 14, 17, 22, 31, 27, 13,
20, 24, 29, 18, 21, 26, 23, 14, 19, 17, 28, 22
]
},
{
"id": "2",
"year": "2024",
"month": "december",
"count": [
15, 23, 19, 14, 18, 20, 22, 17, 21, 19, 23, 16, 25, 20, 18, 19, 22, 24,
15, 18, 21, 26, 28, 23, 17, 20, 19, 22, 22, 42, 32
]
},
{
"id": "3",
"year": "2025",
"month": "january",
"count": [
21, 24, 19, 27, 29, 23, 18, 20, 26, 22, 24, 30, 25, 19, 17, 21, 27, 23,
29, 25, 22
]
}
]
}