fix line dashbaord
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user