Index: arms/html/analysisTime/content-container.html
===================================================================
diff -u -r8fd1675d63377afdcefc03fe72ab9ecae4e4ebdb -re96e902a8671887e28adcbd267ba6c337db9eb1b
--- arms/html/analysisTime/content-container.html (.../content-container.html) (revision 8fd1675d63377afdcefc03fe72ab9ecae4e4ebdb)
+++ arms/html/analysisTime/content-container.html (.../content-container.html) (revision e96e902a8671887e28adcbd267ba6c337db9eb1b)
@@ -171,7 +171,7 @@
+
@@ -1033,7 +1042,7 @@
-->
-
- -->
+
Index: arms/js/analysisTime.js
===================================================================
diff -u -r446993425b89f8635686203c83abe98e2b472210 -re96e902a8671887e28adcbd267ba6c337db9eb1b
--- arms/js/analysisTime.js (.../analysisTime.js) (revision 446993425b89f8635686203c83abe98e2b472210)
+++ arms/js/analysisTime.js (.../analysisTime.js) (revision e96e902a8671887e28adcbd267ba6c337db9eb1b)
@@ -101,7 +101,7 @@
//버전 멀티 셀렉트 박스 이니시에이터
makeVersionMultiSelectBox();
- // candleStickChart();
+ candleStickChart();
dashboardColor = dashboardPalette.dashboardPalette01;
})
@@ -1132,6 +1132,7 @@
let statusSeries = statusKeys.map(key => ({
name: key,
type: 'bar',
+ stack: 'total',
label: labelOption,
emphasis: {
focus: 'series'
@@ -1207,7 +1208,8 @@
mark: {show: true},
// dataView: {show: true, readOnly: true},
magicType: {
- show: true, type: ['stack'],
+ show: true,
+ type: ['stack'], // 스택과 일반 사이 전환 기능 추가
seriesIndex: {
stack: stackIndex // stack 모드를 적용할 시리즈의 인덱스
}