From 92b84e444dfc625d462f374c1ad46438a9c663d7 Mon Sep 17 00:00:00 2001
From: "valentin.pocotilenco" <valentin.pocotilenco@renam.md>
Date: Wed, 31 Jul 2024 21:00:58 +0300
Subject: [PATCH] added chart library

---
 web/index.php | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/web/index.php b/web/index.php
index a20dd7c..2217919 100644
--- a/web/index.php
+++ b/web/index.php
@@ -46,6 +46,8 @@ $data[ 'check_result' ] = htmlspecialchars($_GET[ "check_result" ] ?? null);
     <script type="text/javascript" src="https://cdn.datatables.net/1.10.22/js/jquery.dataTables.min.js"></script>
     <link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.22/css/jquery.dataTables.min.css"/>
 
+    <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/chart.js@4.4.0/dist/chart.umd.min.js"></script>
+
     <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"/>
     <link rel="stylesheet" type="text/css" href="eccs.css" />
     <link rel="stylesheet" type="text/css" href="statistics.css" />
-- 
GitLab