From 8d5a2f932d4e52dc3d70df82d26f2681075c8780 Mon Sep 17 00:00:00 2001 From: Damian Krawczyk Date: Sat, 2 Mar 2024 10:40:18 +0100 Subject: [PATCH] 2024 diagram sum-up --- README.adoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index d519e88..4248443 100755 --- a/README.adoc +++ b/README.adoc @@ -85,6 +85,7 @@ new Chart(document.getElementById("bar-chart-horizontal"), { "2021", "2022", "2023", + "2024", ], datasets: [ { @@ -95,6 +96,7 @@ new Chart(document.getElementById("bar-chart-horizontal"), { 53, 124, 109, + 190, ] }, { @@ -105,6 +107,7 @@ new Chart(document.getElementById("bar-chart-horizontal"), { 39, 98, 100, + 139, ] }, { @@ -147,7 +150,7 @@ new Chart(document.getElementById("bar-chart-horizontal"), { plugins: { title: { display: true, - text: 'Cybersecurity lectures summary: 2019-2023' + text: 'Cybersecurity lectures summary: 2019-2024' } }, interaction: {