From b75805d822a3feacd9e64d2c407d1488407a8231 Mon Sep 17 00:00:00 2001 From: Adinda Date: Tue, 1 Jul 2025 09:42:10 +0700 Subject: [PATCH] add comment --- resources/views/dashboard/pimpinan.blade.php | 4 ++++ resources/views/login.blade.php | 14 ++++++++------ resources/views/register.blade.php | 11 +++++------ 3 files changed, 17 insertions(+), 12 deletions(-) diff --git a/resources/views/dashboard/pimpinan.blade.php b/resources/views/dashboard/pimpinan.blade.php index ffc4ad3..e88fda1 100644 --- a/resources/views/dashboard/pimpinan.blade.php +++ b/resources/views/dashboard/pimpinan.blade.php @@ -131,6 +131,10 @@ class="filter-info border px-2 py-1 rounded text-sm"> spanGaps: true, scales: { y: { + // alasan menggunakan logarithmic: untuk menghindari nilai yang terlalu besar atau kecil yang bisa membuat grafik sulit dibaca + // jika tidak ingin menggunakan logarithmic, bisa dihapus atau diganti dengan type: 'linear', + // jika ingin tetap menggunakan logarithmic, pastikan data tidak mengandung nilai nol atau negatif + // jika ada nilai nol atau negatif, bisa menggunakan filter untuk menghapusnya sebelum membuat grafik type: 'logarithmic', beginAtZero: true, ticks: { diff --git a/resources/views/login.blade.php b/resources/views/login.blade.php index 904a688..04b0933 100644 --- a/resources/views/login.blade.php +++ b/resources/views/login.blade.php @@ -18,12 +18,13 @@ @endif -
+ @csrf
-
Lupa Password? - - Reset - -
+
Lupa Password? + + Reset + +
diff --git a/resources/views/register.blade.php b/resources/views/register.blade.php index 3f7e1b0..37024ad 100644 --- a/resources/views/register.blade.php +++ b/resources/views/register.blade.php @@ -22,22 +22,22 @@
@endif - + @csrf
- +
- +
- +
- +
@@ -56,7 +56,6 @@
Kembali ke login
-