-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (56 loc) · 2.32 KB
/
index.html
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Product Planning</title>
<!-- Sripts src -->
<script src="https://code.highcharts.com/highcharts.js"></script>
<script src="https://code.highcharts.com/highcharts-more.js"></script>
<script src="https://code.highcharts.com/modules/exporting.js"></script>
<script src="https://code.highcharts.com/modules/export-data.js"></script>
<script src="https://code.highcharts.com/modules/accessibility.js"></script>
<script src="https://code.highcharts.com/maps/modules/map.js"></script>
<script src="https://code.highcharts.com/maps/modules/accessibility.js"></script>
<script src="https://code.highcharts.com/modules/funnel.js"></script>
<script src="https://code.highcharts.com/modules/solid-gauge.js"></script>
</head>
<body>
<div class="main">
<div class="section1">
<div class="row">
<div class="sm_b" id="">
<div class="smb_t">
<h1>-10000%</h1>
<p>Quantity Produced </p>
</div>
<div class="smb_b">
<div>
<h3>0</h3>
<p>This Month</p>
</div>
<hr style="height: 3rem; margin: 0px 10px;">
<div>
<h3>103,2300</h3>
<p>Last Month</p>
</div>
</div>
</div>
<div class="sm_b ctr" id="Availability">
</div>
<div class="sm_b ctr" id="Performance">
</div>
<div class="sm_b ctr" id="Quality">
</div>
<div class="sm_b ctr" id="Equipment_effectiveness"></div>
</div>
<div class="row">
<div class="lS_b" id="Leads_vs_converted_leads"></div>
<div class="lS_b" id="Defect_analysis"></div>
</div>
</div>
</div>
<script src="app.js"></script>
</body>
</html>