Skip to content
Snippets Groups Projects
Commit 92b84e44 authored by Valentin Pocotilenco's avatar Valentin Pocotilenco
Browse files

added chart library

parent bade1031
No related branches found
No related tags found
1 merge request!2Refactor/statistics button placement
...@@ -46,6 +46,8 @@ $data[ 'check_result' ] = htmlspecialchars($_GET[ "check_result" ] ?? null); ...@@ -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> <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"/> <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="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="eccs.css" />
<link rel="stylesheet" type="text/css" href="statistics.css" /> <link rel="stylesheet" type="text/css" href="statistics.css" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment