From d0023e5f3614854a8dbe6f64e18536744141bbc3 Mon Sep 17 00:00:00 2001 From: leebeomjun Date: Mon, 11 Dec 2023 14:16:46 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EB=AF=B8=EC=A7=80=20=ED=8E=B8?= =?UTF-8?q?=EC=A7=91=EA=B8=B0=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WEB-INF/jsp/fims/stat/stat01040-main.jsp | 4 +++- .../webapp/resources/js/fims/stat/sendPreset.js | 14 ++++++++++++++ .../lib/fims/biz/paintweb/paintweb-config.js | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 src/main/webapp/resources/js/fims/stat/sendPreset.js diff --git a/src/main/webapp/WEB-INF/jsp/fims/stat/stat01040-main.jsp b/src/main/webapp/WEB-INF/jsp/fims/stat/stat01040-main.jsp index 52959581..7a104e45 100644 --- a/src/main/webapp/WEB-INF/jsp/fims/stat/stat01040-main.jsp +++ b/src/main/webapp/WEB-INF/jsp/fims/stat/stat01040-main.jsp @@ -21,9 +21,11 @@ - + + \ No newline at end of file diff --git a/src/main/webapp/resources/js/fims/stat/sendPreset.js b/src/main/webapp/resources/js/fims/stat/sendPreset.js new file mode 100644 index 00000000..88946a52 --- /dev/null +++ b/src/main/webapp/resources/js/fims/stat/sendPreset.js @@ -0,0 +1,14 @@ +var sendPreset1 = [ + { aggregateType : "count" }, //발송건수 + { aggregateType : "count" }, //열람건수 + { aggregateType : "count" }, //미열람건수 + { aggregateType : "count" }, //전송실패건수 + { aggregateType : "count" }, //비회원 + { aggregateType : "count" }, //수신거부 + { aggregateType : "count" }, //내부오류 + { aggregateType : "count" }, //요청오류 + { aggregateType : "count" }, //비허용사용자 + { aggregateType : "count" }, //전송실패 + { aggregateType : "count" } //문서도달실패 + +]; \ No newline at end of file diff --git a/src/main/webapp/resources/lib/fims/biz/paintweb/paintweb-config.js b/src/main/webapp/resources/lib/fims/biz/paintweb/paintweb-config.js index e8a77465..a9baa2e5 100644 --- a/src/main/webapp/resources/lib/fims/biz/paintweb/paintweb-config.js +++ b/src/main/webapp/resources/lib/fims/biz/paintweb/paintweb-config.js @@ -38,7 +38,7 @@ let paintweb_config = { * @default "400px" * 672px */ - "viewportHeight": "100%", + "viewportHeight": "800px", /** * Image save quality for the JPEG format.