From 9d36c34cabe776d52b8130030ef2860b0fcd2aa7 Mon Sep 17 00:00:00 2001 From: jiwoo Date: Fri, 12 Jan 2024 18:12:46 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EC=A7=80=EC=9A=B0=20-=20=EA=B4=80?= =?UTF-8?q?=EB=A6=AC=EC=9E=90=20=EC=A0=80=EC=9E=91=EA=B6=8C=EC=B2=B4?= =?UTF-8?q?=ED=97=98=EA=B5=90=EC=8B=A4=20=ED=86=B5=EA=B3=84=20=EC=B0=A8?= =?UTF-8?q?=ED=8A=B8=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../adultVisitEdu/newEduPrfrmMngList.jsp | 104 +++++++++++++- .../WEB-INF/jsp/oprtn/stts/sttsEduCnt.jsp | 126 +++++++++++++++- .../oprtn/tngrVisitEdu/newEduPrfrmMngList.jsp | 136 +++++++++--------- 3 files changed, 297 insertions(+), 69 deletions(-) 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/stts/sttsEduCnt.jsp b/src/main/webapp/WEB-INF/jsp/oprtn/stts/sttsEduCnt.jsp index 72d82a36..b4bc954d 100644 --- a/src/main/webapp/WEB-INF/jsp/oprtn/stts/sttsEduCnt.jsp +++ b/src/main/webapp/WEB-INF/jsp/oprtn/stts/sttsEduCnt.jsp @@ -28,11 +28,12 @@ %> + @@ -151,6 +152,129 @@ + + + + +
+
+
+ + + + + +
+
+ +
+ + +
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); + + + + +
+
+ +