Skip to content

Commit

Permalink
working linecomponent
Browse files Browse the repository at this point in the history
  • Loading branch information
elproffesore committed Jul 6, 2024
1 parent ad1a494 commit 2e0109c
Show file tree
Hide file tree
Showing 6 changed files with 280 additions and 569 deletions.
1 change: 1 addition & 0 deletions public/crisis.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Crisis":{"Overall":37.0,"Generation":{"GenZ":54.0,"Young":39.0,"Boomer":26.0,"Old":16.0},"Geography":{"East":40.0,"West":37.0,"City":38.0,"EastCity":36.0,"WestCity":38.0,"Rural":37.0,"EastRural":42.0,"WestRural":36.0},"Gender":{"Men":32.0,"Women":43.0},"Class":{"Poor":{"Overall":50.0,"Women":52.0,"Men":46.0,"City":52.0,"Rural":49.0},"Rich":{"Overall":28.0,"Women":31.0,"Men":26.0,"City":29.0,"Rural":28.0}},"FeltRealities":{"Doomsday":{"Crisis":51.0,"NoCrisis":7.0},"Suffering":{"Crisis":27.0,"NoCrisis":4.0},"Situation":{"Crisis":55.0,"NoCrisis":13.0},"Bills":{"Crisis":36.0,"NoCrisis":7.0,"Poor_Crisis":45.0,"Poor_NoCrisis":10.0,"Rich_Crisis":29.0,"Rich_NoCrisis":2.0}},"Democracy":{"TrustGov":{"Crisis":30.0,"NoCrisis":53.0},"TrustPolice":{"Crisis":72.0,"NoCrisis":88.0},"TrustLegal":{"Crisis":55.0,"NoCrisis":80.0},"Demo":{"Crisis":61.0,"NoCrisis":68.0},"Nationalism":{"Crisis":65.0,"NoCrisis":55.0},"Dictatorship":{"Crisis":14.0,"NoCrisis":6.0},"LikesAFD":{"Crisis":20.0,"NoCrisis":8.0},"LikesAFDAndDictatorship":{"LikesAFD":28.0,"IndifferentAFD":5.0},"LikesAFDAndNationalism":{"LikesAFD":90.0,"IndifferentAFD":53.0},"LikesGruene":{"Crisis":7.0,"NoCrisis":15.0}}}}
70 changes: 70 additions & 0 deletions public/crisis_overtime.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
{
"Generations": {
"GenZ": {
"2023-06-01": 35.0,
"2023-08-01": 39.0,
"2023-11-01": 39.0,
"2024-02-01": 54.0
},
"Young": {
"2023-06-01": 32.0,
"2023-08-01": 31.0,
"2023-11-01": 30.0,
"2024-02-01": 39.0
},
"Boomer": {
"2023-06-01": 21.0,
"2023-08-01": 24.0,
"2023-11-01": 26.0,
"2024-02-01": 26.0
},
"Old": {
"2023-06-01": 16.0,
"2023-08-01": 18.0,
"2023-11-01": 14.0,
"2024-02-01": 16.0
}
},
"Class": {
"Poor": {
"2023-06-01": 35.0,
"2023-08-01": 41.0,
"2023-11-01": 39.0,
"2024-02-01": 50.0
},
"Rich": {
"2023-06-01": 23.0,
"2023-08-01": 27.0,
"2023-11-01": 27.0,
"2024-02-01": 32.0
}
},
"City - Land": {
"City": {
"2023-06-01": 26.0,
"2023-08-01": 34.0,
"2023-11-01": 31.0,
"2024-02-01": 38.0
},
"Land": {
"2023-06-01": 27.0,
"2023-08-01": 30.0,
"2023-11-01": 31.0,
"2024-02-01": 37.0
}
},
"East - West": {
"East": {
"2023-06-01": 29.0,
"2023-08-01": 32.0,
"2023-11-01": 35.0,
"2024-02-01": 40.0
},
"West": {
"2023-06-01": 26.0,
"2023-08-01": 31.0,
"2023-11-01": 30.0,
"2024-02-01": 37.0
}
}
}
Loading

0 comments on commit 2e0109c

Please sign in to comment.