-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathayush.php
655 lines (600 loc) · 17.6 KB
/
ayush.php
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
<?php
include_once 'dbconnect/db_info.php';
include_once 'php/data.php';
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Ayush's Stats | Weight Tracker</title>
<link rel="stylesheet" href="css/bulma.css" />
<link rel="stylesheet" href="css/bulma-calendar.min.css" />
<link rel="stylesheet" href="css/custom.css" />
<script type="text/javascript" src="js/ayush_month_dataFetch.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.9.3/Chart.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.5.0/css/all.css"
integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU"
crossorigin="anonymous"
/>
<style>
<?php include 'css/custom.css'; ?>
</style>
</head>
<body>
<br />
<div class="container is-fluid">
<nav class="level">
<!-- Left side -->
<div class="level-left">
<div class="level-item">
<h1 class="title">
<a href="index.html">Weight Tracker</a>
</h1>
</div>
</div>
<!-- Right side -->
<div class="level-right">
<p class="level-item"><a href="index.html">Home</a></p>
<p class="level-item"><a href="ayush.php">Ayush Stats</a></p>
</div>
</nav>
<!-- Dropdown menu to display each month. On button click will run the corresponding JS Function -->
<div class="center-dropdown">
<div class="dropdown">
<div class="dropdown-trigger">
<button
class="button"
aria-haspopup="true"
aria-controls="dropdown-menu"
>
<span>Previous Months</span>
<span class="icon is-small">
<i class="fa fa-angle-down" aria-hidden="true"></i>
</span>
</button>
</div>
<div class="dropdown-menu" id="dropdown-menu" role="menu">
<div class="dropdown-content">
<a onclick="updateChartJan()" href="#" class="dropdown-item">
January
</a>
<a onclick="updateChartFeb()" href="#" class="dropdown-item">
February
</a>
<a onclick="updateChartMarch()" href="#" class="dropdown-item">
March
</a>
<a onclick="updateChartApril()" href="#" class="dropdown-item">
April
</a>
<a onclick="updateChartMay()" href="#" class="dropdown-item">
May
</a>
<a onclick="updateChartJune()" href="#" class="dropdown-item">
June
</a>
<a onclick="updateChartJuly()" href="#" class="dropdown-item">
July
</a>
<a onclick="updateChartAug()" href="#" class="dropdown-item">
August
</a>
<a onclick="updateChartSep()" href="#" class="dropdown-item">
September
</a>
<a onclick="updateChartOct()" href="#" class="dropdown-item">
October
</a>
<a onclick="updateChartNov()" href="#" class="dropdown-item">
November
</a>
<a onclick="updateChartDec()" href="#" class="dropdown-item">
December
</a>
</div>
</div>
</div>
</div>
<br>
<!--<div class="chart-container">-->
<canvas id="myChart"></canvas>
<!--</div>-->
<br>
<?php
include_once 'dbconnect/db_info.php';
echo "<div class='tags has-addons center-menu'>";
echo "<span class='tag is-dark is-medium'>Average Weight</span>";
$sql2 = "SELECT ROUND( AVG(kg),1 ) AS Average FROM WeightTracker WHERE person = 'Ayush' AND date_month = 'April'";
$result2 = mysqli_query($conn, $sql2);
if ($result2-> num_rows > 0) {
while ($row2 = $result2-> fetch_assoc()) {
echo "<span class='tag is-danger is-medium is-light'>". $row2["Average"] ."</span>";
}
echo "</div>";
}
else {
echo "0 results";
}
include_once 'php/weight_table/ayush_weight_tb.php';
?>
<!-- Used for dynamically updating weight data for other months -->
<div id="tb2"></div>
<!-- End of responsive container -->
</div>
<!-- Composing Chart.js graphs based on current month -->
<script>
var test = Chart.defaults.global.animation.duration = 1000;
// Month 0 = January
if (new Date().getMonth() == 0) {
var ctx = document.getElementById('myChart').getContext('2d');
var myChart = new Chart(ctx, {
type: 'line',
data: {
labels: <?php echo json_encode($jan2); ?>,
datasets: [{
label: 'Weight for the Month of January',
data: <?php echo json_encode($jan); ?>,
backgroundColor: [
'rgba(54, 162, 235, 0.2)'
],
borderColor: [
'rgba(54, 162, 235, 1)'
],
borderWidth: 1
}]
},
options: {
scales: {
yAxes: [{
ticks: {
beginAtZero: true
}
}]
}
}
});
}
else if (new Date().getMonth() == 1) {
var ctx = document.getElementById('myChart').getContext('2d');
var myChart = new Chart(ctx, {
type: 'line',
data: {
labels: <?php echo json_encode($feb2); ?>,
datasets: [{
label: 'Weight for the Month of February',
data: <?php echo json_encode($feb); ?>,
backgroundColor: [
'rgba(54, 162, 235, 0.2)'
],
borderColor: [
'rgba(54, 162, 235, 1)'
],
borderWidth: 1
}]
},
options: {
scales: {
yAxes: [{
ticks: {
beginAtZero: true
}
}]
}
}
});
}
else if (new Date().getMonth() == 2) {
var ctx = document.getElementById('myChart').getContext('2d');
var myChart = new Chart(ctx, {
type: 'line',
data: {
labels: <?php echo json_encode($march2); ?>,
datasets: [{
label: 'Weight for the Month of March',
data: <?php echo json_encode($march); ?>,
backgroundColor: [
'rgba(54, 162, 235, 0.2)'
],
borderColor: [
'rgba(54, 162, 235, 1)'
],
borderWidth: 1
}]
},
options: {
scales: {
yAxes: [{
ticks: {
beginAtZero: true
}
}]
}
}
});
}
else if (new Date().getMonth() == 3) {
var ctx = document.getElementById('myChart').getContext('2d');
var myChart = new Chart(ctx, {
type: 'line',
data: {
labels: <?php echo json_encode($april2); ?>,
datasets: [{
label: 'Weight for the Month of April',
data: <?php echo json_encode($april); ?>,
backgroundColor: [
'rgba(54, 162, 235, 0.2)'
],
borderColor: [
'rgba(54, 162, 235, 1)'
],
borderWidth: 1
}]
},
options: {
scales: {
yAxes: [{
ticks: {
beginAtZero: true
}
}]
}
}
});
}
else if (new Date().getMonth() == 4) {
var ctx = document.getElementById('myChart').getContext('2d');
var myChart = new Chart(ctx, {
type: 'line',
data: {
labels: <?php echo json_encode($may2); ?>,
datasets: [{
label: 'Weight for the Month of May',
data: <?php echo json_encode($may); ?>,
backgroundColor: [
'rgba(54, 162, 235, 0.2)'
],
borderColor: [
'rgba(54, 162, 235, 1)'
],
borderWidth: 1
}]
},
options: {
scales: {
yAxes: [{
ticks: {
beginAtZero: true
}
}]
}
}
});
}
else if (new Date().getMonth() == 5) {
var ctx = document.getElementById('myChart').getContext('2d');
var myChart = new Chart(ctx, {
type: 'line',
data: {
labels: <?php echo json_encode($june2); ?>,
datasets: [{
label: 'Weight for the Month of June',
data: <?php echo json_encode($june); ?>,
backgroundColor: [
'rgba(54, 162, 235, 0.2)'
],
borderColor: [
'rgba(54, 162, 235, 1)'
],
borderWidth: 1
}]
},
options: {
scales: {
yAxes: [{
ticks: {
beginAtZero: true
}
}]
}
}
});
}
else if (new Date().getMonth() == 6) {
var ctx = document.getElementById('myChart').getContext('2d');
var myChart = new Chart(ctx, {
type: 'line',
data: {
labels: <?php echo json_encode($july2); ?>,
datasets: [{
label: 'Weight for the Month of July',
data: <?php echo json_encode($july); ?>,
backgroundColor: [
'rgba(54, 162, 235, 0.2)'
],
borderColor: [
'rgba(54, 162, 235, 1)'
],
borderWidth: 1
}]
},
options: {
scales: {
yAxes: [{
ticks: {
beginAtZero: true
}
}]
}
}
});
}
else if (new Date().getMonth() == 7) {
var ctx = document.getElementById('myChart').getContext('2d');
var myChart = new Chart(ctx, {
type: 'line',
data: {
labels: <?php echo json_encode($aug2); ?>,
datasets: [{
label: 'Weight for the Month of August',
data: <?php echo json_encode($aug); ?>,
backgroundColor: [
'rgba(54, 162, 235, 0.2)'
],
borderColor: [
'rgba(54, 162, 235, 1)'
],
borderWidth: 1
}]
},
options: {
scales: {
yAxes: [{
ticks: {
beginAtZero: true
}
}]
}
}
});
}
else if (new Date().getMonth() == 8) {
var ctx = document.getElementById('myChart').getContext('2d');
var myChart = new Chart(ctx, {
type: 'line',
data: {
labels: <?php echo json_encode($sep2); ?>,
datasets: [{
label: 'Weight for the Month of September',
data: <?php echo json_encode($sep); ?>,
backgroundColor: [
'rgba(54, 162, 235, 0.2)'
],
borderColor: [
'rgba(54, 162, 235, 1)'
],
borderWidth: 1
}]
},
options: {
scales: {
yAxes: [{
ticks: {
beginAtZero: true
}
}]
}
}
});
}
else if (new Date().getMonth() == 9) {
var ctx = document.getElementById('myChart').getContext('2d');
var myChart = new Chart(ctx, {
type: 'line',
data: {
labels: <?php echo json_encode($oct2); ?>,
datasets: [{
label: 'Weight for the Month of October',
data: <?php echo json_encode($oct); ?>,
backgroundColor: [
'rgba(54, 162, 235, 0.2)'
],
borderColor: [
'rgba(54, 162, 235, 1)'
],
borderWidth: 1
}]
},
options: {
scales: {
yAxes: [{
ticks: {
beginAtZero: true
}
}]
}
}
});
}
else if (new Date().getMonth() == 10) {
var ctx = document.getElementById('myChart').getContext('2d');
var myChart = new Chart(ctx, {
type: 'line',
data: {
labels: <?php echo json_encode($nov2); ?>,
datasets: [{
label: 'Weight for the Month of November',
data: <?php echo json_encode($nov); ?>,
backgroundColor: [
'rgba(54, 162, 235, 0.2)'
],
borderColor: [
'rgba(54, 162, 235, 1)'
],
borderWidth: 1
}]
},
options: {
scales: {
yAxes: [{
ticks: {
beginAtZero: true
}
}]
}
}
});
}
else if (new Date().getMonth() == 11) {
var ctx = document.getElementById('myChart').getContext('2d');
var myChart = new Chart(ctx, {
type: 'line',
data: {
labels: <?php echo json_encode($dec2); ?>,
datasets: [{
label: 'Weight for the Month of December',
data: <?php echo json_encode($dec); ?>,
backgroundColor: [
'rgba(54, 162, 235, 0.2)'
],
borderColor: [
'rgba(54, 162, 235, 1)'
],
borderWidth: 1
}]
},
options: {
scales: {
yAxes: [{
ticks: {
beginAtZero: true
}
}]
}
}
});
}
// Dropdown menu button onclick function which will update the Chart and call another function that will create a new table with that month's weight data.
function updateChartJan() {
myChart.data.datasets[0].data = <?php echo json_encode($jan); ?>;
myChart.data.datasets[0].label = "Weight for the Month of January";
myChart.data.labels = <?php echo json_encode($jan2); ?>;
myChart.update();
jan();
}
function updateChartFeb() {
myChart.data.datasets[0].data = <?php echo json_encode($feb); ?>;
myChart.data.datasets[0].label = "Weight for the Month of February";
myChart.data.labels = <?php echo json_encode($feb2); ?>;
myChart.update();
feb();
}
function updateChartMarch() {
myChart.data.datasets[0].data = <?php echo json_encode($march); ?>;
myChart.data.datasets[0].label = "Weight for the Month of March";
myChart.data.labels = <?php echo json_encode($march2); ?>;
myChart.update();
march();
}
function updateChartApril() {
myChart.data.datasets[0].data = <?php echo json_encode($april); ?>;
myChart.data.datasets[0].label = "Weight for the Month of April";
myChart.data.labels = <?php echo json_encode($april2); ?>;
myChart.update();
april();
}
function updateChartMay() {
myChart.data.datasets[0].data = <?php echo json_encode($april); ?>;
myChart.data.datasets[0].label = "Weight for the Month of April";
myChart.data.labels = <?php echo json_encode($april2); ?>;
myChart.update();
may();
}
function updateChartJune() {
myChart.data.datasets[0].data = <?php echo json_encode($april); ?>;
myChart.data.datasets[0].label = "Weight for the Month of April";
myChart.data.labels = <?php echo json_encode($april2); ?>;
myChart.update();
june();
}
function updateChartJuly() {
myChart.data.datasets[0].data = <?php echo json_encode($april); ?>;
myChart.data.datasets[0].label = "Weight for the Month of April";
myChart.data.labels = <?php echo json_encode($april2); ?>;
myChart.update();
july();
}
function updateChartAug() {
myChart.data.datasets[0].data = <?php echo json_encode($april); ?>;
myChart.data.datasets[0].label = "Weight for the Month of April";
myChart.data.labels = <?php echo json_encode($april2); ?>;
myChart.update();
aug();
}
function updateChartSep() {
myChart.data.datasets[0].data = <?php echo json_encode($april); ?>;
myChart.data.datasets[0].label = "Weight for the Month of April";
myChart.data.labels = <?php echo json_encode($april2); ?>;
myChart.update();
sep();
}
function updateChartOct() {
myChart.data.datasets[0].data = <?php echo json_encode($april); ?>;
myChart.data.datasets[0].label = "Weight for the Month of April";
myChart.data.labels = <?php echo json_encode($april2); ?>;
myChart.update();
oct();
}
function updateChartNov() {
myChart.data.datasets[0].data = <?php echo json_encode($april); ?>;
myChart.data.datasets[0].label = "Weight for the Month of April";
myChart.data.labels = <?php echo json_encode($april2); ?>;
myChart.update();
nov();
}
function updateChartDec() {
myChart.data.datasets[0].data = <?php echo json_encode($april); ?>;
myChart.data.datasets[0].label = "Weight for the Month of April";
myChart.data.labels = <?php echo json_encode($april2); ?>;
myChart.update();
dec();
}
</script>
<!-- JavaScript for the Dropdown menu -->
<script>
// Get all dropdowns on the page that aren't hoverable.
const dropdowns = document.querySelectorAll('.dropdown:not(.is-hoverable)');
if (dropdowns.length > 0) {
// For each dropdown, add event handler to open on click.
dropdowns.forEach(function(el) {
el.addEventListener('click', function(e) {
e.stopPropagation();
el.classList.toggle('is-active');
});
});
// If user clicks outside dropdown, close it.
document.addEventListener('click', function(e) {
closeDropdowns();
});
}
// Close dropdowns by removing `is-active` class.
function closeDropdowns() {
dropdowns.forEach(function(el) {
el.classList.remove('is-active');
});
}
// Close dropdowns if ESC pressed
document.addEventListener('keydown', function (event) {
let e = event || window.event;
if (e.key === 'Esc' || e.key === 'Escape') {
closeDropdowns();
}
});
</script>
</body>
</html>