-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathactiv.json
42 lines (42 loc) · 946 Bytes
/
activ.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[
{
"activité": "Travail",
"pourcentage": 22
},
{
"activité": "Loisirs",
"pourcentage": 5
},
{
"activité": "Exercice",
"pourcentage": 20
},
{
"activité": "Lecture",
"pourcentage": 3
},
{
"activité": "Cuisine",
"pourcentage": 19
},
{
"activité": "Sommeil",
"pourcentage": 16
},
{
"activité": "Méditation",
"pourcentage": 4
},
{
"activité": "Étude",
"pourcentage": 0.5
},
{
"activité": "Tâches ménagères",
"pourcentage": 4
},
{
"activité": "Temps en famille",
"pourcentage": 6.5
}
]