Index: arms/html/dashboard/content-container.html =================================================================== diff -u -rb3c1385e85f9b8b735eadcb6df7e117b02b66425 -rcbbdd3c62c8404e312dfee9d87d0c30c2de217e2 --- arms/html/dashboard/content-container.html (.../content-container.html) (revision b3c1385e85f9b8b735eadcb6df7e117b02b66425) +++ arms/html/dashboard/content-container.html (.../content-container.html) (revision cbbdd3c62c8404e312dfee9d87d0c30c2de217e2) @@ -383,7 +383,7 @@ - Product Overview + 프로덕트의 요구사항 해결 추이
@@ -422,25 +422,52 @@
-
-
- 프로덕트의 요구사항 해결 추이 -
- -
-
+ + + + + + + + + + + + + +
-
- +
+
+
+

+ + + 제품별 버전 및 작업자 + +

+
+
+
+
-
+
+
+
+

+ + + 작업자별 요구사항 관여 + +

+
+
+
+
Index: arms/js/dashboard.js =================================================================== diff -u -rb3c1385e85f9b8b735eadcb6df7e117b02b66425 -rcbbdd3c62c8404e312dfee9d87d0c30c2de217e2 --- arms/js/dashboard.js (.../dashboard.js) (revision b3c1385e85f9b8b735eadcb6df7e117b02b66425) +++ arms/js/dashboard.js (.../dashboard.js) (revision cbbdd3c62c8404e312dfee9d87d0c30c2de217e2) @@ -890,7 +890,7 @@ var initSvg = function () { var margin = { top: 10, right: 10, bottom: 10, left: 10 }; - var width = document.getElementById("chart-product-manpower").offsetWidth - margin.left - margin.right; + var width = document.getElementById("chart-product-manpower").offsetWidth; var height = 500 - margin.top - margin.bottom; var vx = width + margin.left + margin.right;