-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChart.html
More file actions
25 lines (22 loc) · 899 Bytes
/
Copy pathChart.html
File metadata and controls
25 lines (22 loc) · 899 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Chart</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="Themes/css/bootstrap.css">
</head>
<body>
<div style="width: 300px; height: 300px; float: left; position: relative;">
<div style="width: 100%; height: 40px; position: absolute; top: 55%; left: 0; margin-top: -20px; line-height:20px; text-align: center; z-index: 999999999999999">
99%
</div>
<canvas id="learnChart" width="300" height="300" />
</div>
</body>
<script script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="Themes/js/bootstrap.js"></script>
<script src="JS/Tracking.js"></script>
<script src="Themes/js/Chart.js"></script>
</html>
https://jsfiddle.net/ha19ozqy/