Skip to content

Commit dcedba7

Browse files
charts 2026 update
1 parent b7b71e7 commit dcedba7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/javascripts/chart-2026.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ document.addEventListener("DOMContentLoaded", function() {
1313
{
1414
label: "Passed entrance exam",
1515
backgroundColor: ["#8e5ea2"],
16-
data: []
16+
data: [178]
1717
},
1818
{
1919
label: "Attend classes",

docs/javascripts/chart-all.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ document.addEventListener("DOMContentLoaded", function() {
1919
{
2020
label: "Passed entrance exam",
2121
backgroundColor: ["#8e5ea2"],
22-
data: [25, 39, 98, 100, 139, 130]
22+
data: [25, 39, 98, 100, 139, 130, 178]
2323
},
2424
{
2525
label: "Attend classes",

0 commit comments

Comments
 (0)