From 95464a562e11c31ff60c6a85561a554db450da0c Mon Sep 17 00:00:00 2001 From: horville Date: Tue, 28 Mar 2023 10:22:35 +0200 Subject: [PATCH] g push --- components/line-graph.riot | 10 +- components/school-info.riot | 11 +- index.html | 1 + test.json | 638 ++++++++++++++++++++++++++++++++++++ 4 files changed, 651 insertions(+), 9 deletions(-) create mode 100644 test.json diff --git a/components/line-graph.riot b/components/line-graph.riot index a81d342..36a953c 100644 --- a/components/line-graph.riot +++ b/components/line-graph.riot @@ -61,23 +61,23 @@ this.state.data = [ { name: "P", - value: 100 + value: 52 }, { name: "AB", - value: 200 + value: 43 }, { name: "B", - value: 150 + value: 2 }, { name: "TB", - value: 50 + value: 1 }, { name: "TBF", - value: 50 + value: 0 }, ] diff --git a/components/school-info.riot b/components/school-info.riot index 51da083..ceb82ad 100644 --- a/components/school-info.riot +++ b/components/school-info.riot @@ -1,13 +1,16 @@ - -
-
-
+ +
+
diff --git a/index.html b/index.html index 4fdd3eb..f7ab4c5 100644 --- a/index.html +++ b/index.html @@ -14,6 +14,7 @@ +