diff --git a/src/main/webapp/WEB-INF/views/admins/mgmtApi/api-request-statistics-index.jsp b/src/main/webapp/WEB-INF/views/admins/mgmtApi/api-request-statistics-index.jsp index 358c620..419ebdd 100644 --- a/src/main/webapp/WEB-INF/views/admins/mgmtApi/api-request-statistics-index.jsp +++ b/src/main/webapp/WEB-INF/views/admins/mgmtApi/api-request-statistics-index.jsp @@ -540,7 +540,7 @@ language: "ko", autoclose: true, todayHighlight: true, - container: $("#chartDate").closest(".datepicker-wrapper") + container: 'body' }).datepicker("setDate", new Date()); $("#count_from_dt").datepicker("setDate", weekAgo); // 국토지반 API 호출 통계 시작일 셋팅(저번주) diff --git a/src/main/webapp/WEB-INF/views/admins/mgmtApi/mgmt-api-outdata.jsp b/src/main/webapp/WEB-INF/views/admins/mgmtApi/mgmt-api-outdata.jsp index ddf8e2d..5f2931e 100644 --- a/src/main/webapp/WEB-INF/views/admins/mgmtApi/mgmt-api-outdata.jsp +++ b/src/main/webapp/WEB-INF/views/admins/mgmtApi/mgmt-api-outdata.jsp @@ -541,7 +541,7 @@ language: "ko", autoclose: true, todayHighlight: true, - container: $("#chartDate").closest(".datepicker-wrapper") + container: 'body' }).datepicker("setDate", new Date()); $("#count_from_dt").datepicker("setDate", weekAgo); // 국토지반 API 호출 통계 시작일 셋팅(저번주)