Index: arms/html/analysisResource/modal/content-modal_sankey.html =================================================================== diff -u -r57c2589e645bf3b0fc78cc010b56a686fe0cf667 -r078aab5daa7c52516392e13de3b70161894e5b5f --- arms/html/analysisResource/modal/content-modal_sankey.html (.../content-modal_sankey.html) (revision 57c2589e645bf3b0fc78cc010b56a686fe0cf667) +++ arms/html/analysisResource/modal/content-modal_sankey.html (.../content-modal_sankey.html) (revision 078aab5daa7c52516392e13de3b70161894e5b5f) @@ -1,5 +1,5 @@
-
+

@@ -15,26 +15,6 @@
-
-

- 제품 및 버전에 투입된 작업자 현황입니다. -

-
- -
-
-
@@ -61,7 +41,7 @@
-
+
Chart View
-
- List View (Excel) +
+
+ +
+
+
List View (Excel)
+
+ + + + + + + + + +
+
+
@@ -127,6 +124,10 @@ display: flex; flex-direction: column; } + .flexAndRow { + display: flex; + flex-direction: row; + } .no-padding { padding: 0; } Index: arms/img/spreadsheet/spreadsheet-2127832_1920.png =================================================================== diff -u Binary files differ Index: arms/js/common/jspreadsheet/jspreadsheetAPI.js =================================================================== diff -u -r03bc9a6f23bcee1e88684992ef4c019f0bd0595e -r078aab5daa7c52516392e13de3b70161894e5b5f --- arms/js/common/jspreadsheet/jspreadsheetAPI.js (.../jspreadsheetAPI.js) (revision 03bc9a6f23bcee1e88684992ef4c019f0bd0595e) +++ arms/js/common/jspreadsheet/jspreadsheetAPI.js (.../jspreadsheetAPI.js) (revision 078aab5daa7c52516392e13de3b70161894e5b5f) @@ -306,6 +306,73 @@ { type: "text", title: "작업자 키", width: spreadsheetElement.clientWidth * 0.3}, { type: "text", title: "작업자", width: spreadsheetElement.clientWidth * 0.1} ], + /*toolbar:[ + { + type: 'i', + content: 'undo', + onclick: function() { + table.undo(); + } + }, + { + type: 'i', + content: 'redo', + onclick: function() { + table.redo(); + } + }, + { + type: 'i', + content: 'save', + onclick: function () { + table.download(); + } + }, + { + type: 'select', + k: 'font-family', + v: ['Arial','Verdana'] + }, + { + type: 'select', + k: 'font-size', + v: ['9px','10px','11px','12px','13px','14px','15px','16px','17px','18px','19px','20px'] + }, + { + type: 'i', + content: 'format_align_left', + k: 'text-align', + v: 'left' + }, + { + type:'i', + content:'format_align_center', + k:'text-align', + v:'center' + }, + { + type: 'i', + content: 'format_align_right', + k: 'text-align', + v: 'right' + }, + { + type: 'i', + content: 'format_bold', + k: 'font-weight', + v: 'bold' + }, + { + type: 'color', + content: 'format_color_text', + k: 'color' + }, + { + type: 'color', + content: 'format_color_fill', + k: 'background-color' + }, + ],*/ onbeforechange: function(instance, cell, x, y, value) { var cellName = jspreadsheet.getColumnNameFromId([x,y]); console.log('The cell ' + cellName + ' will be changed' + '\n');