add table scraping log and datatable server side

This commit is contained in:
arifal
2025-01-24 22:29:14 +07:00
parent 5f93a18f60
commit 9aab6f899d
15 changed files with 715 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ import GlobalConfig, {addThousandSeparators} from '../global-config.js';
class BigData {
init(){
this.initChartKekuranganPotensi();
this.initAllChart();
this.initChartTargetPAD();
this.initChartUsaha();
this.initChartNonUsaha();
@@ -224,7 +224,7 @@ class BigData {
});
}
initChartKekuranganPotensi(){
initAllChart(){
var options1 = {
chart: {
type: 'area',