diff --git a/src/main/webapp/WEB-INF/jsp/oprtn/adultVisitEdu/newEduPrfrmMngList.jsp b/src/main/webapp/WEB-INF/jsp/oprtn/adultVisitEdu/newEduPrfrmMngList.jsp
index 01edadc1..93898fc3 100644
--- a/src/main/webapp/WEB-INF/jsp/oprtn/adultVisitEdu/newEduPrfrmMngList.jsp
+++ b/src/main/webapp/WEB-INF/jsp/oprtn/adultVisitEdu/newEduPrfrmMngList.jsp
@@ -34,6 +34,7 @@
background-color: #ededed;
}
+
+
+
+
+
+
+
+
diff --git a/src/main/webapp/WEB-INF/jsp/oprtn/tngrVisitEdu/newEduPrfrmMngList.jsp b/src/main/webapp/WEB-INF/jsp/oprtn/tngrVisitEdu/newEduPrfrmMngList.jsp
index 947f290a..4cc856eb 100644
--- a/src/main/webapp/WEB-INF/jsp/oprtn/tngrVisitEdu/newEduPrfrmMngList.jsp
+++ b/src/main/webapp/WEB-INF/jsp/oprtn/tngrVisitEdu/newEduPrfrmMngList.jsp
@@ -345,75 +345,77 @@
-
-
-
-
-
-
-
-
-
-
+ yAxis: {},
+ series: [
+ {
+ name: '개수',
+ type: 'bar', // 막대 그래프
+ data: dataNOT,
+ label: {
+ show: true,
+ position: 'top'
+ }
+ },
+ ],
+ }
+
+ //차트 옵션 적용
+ chartNOT.setOption(optionNOT);
+
+
+
+
+
+
+
+