diff --git a/resources/js/dashboards/bigdata.js b/resources/js/dashboards/bigdata.js index 69e4386..96f1d95 100644 --- a/resources/js/dashboards/bigdata.js +++ b/resources/js/dashboards/bigdata.js @@ -64,6 +64,7 @@ class BigData { this.initChartNonBusinessRAB(); this.initChartNonBusinessKRK(); this.initChartNonBusinessDLH(); + this.initChartPbgPayment(); } catch (e) { console.error(e); // Initialize with empty data if there's an error @@ -545,7 +546,7 @@ class BigData { }); } - initChartPotensiTataRuang() { + initChartPbgPayment() { document .querySelectorAll(".document-count.chart-payment-pbg-task") .forEach((element) => { diff --git a/resources/scss/dashboards/potentials/_inside_system.scss b/resources/scss/dashboards/potentials/_inside_system.scss index 4937844..68393d1 100644 --- a/resources/scss/dashboards/potentials/_inside_system.scss +++ b/resources/scss/dashboards/potentials/_inside_system.scss @@ -71,7 +71,12 @@ // line degrees .line { - background-color: black; + background: linear-gradient( + to top right, + transparent calc(50% - 2px), + black, + transparent calc(50% + 2px) + ); position: absolute; height: 3px; } diff --git a/resources/views/dashboards/potentials/inside_system.blade.php b/resources/views/dashboards/potentials/inside_system.blade.php index cae5dd5..60327c8 100644 --- a/resources/views/dashboards/potentials/inside_system.blade.php +++ b/resources/views/dashboards/potentials/inside_system.blade.php @@ -30,10 +30,12 @@ ]) @endcomponent +
+