lsc 3 years ago
parent
commit
6ec65b692a

+ 1 - 1
src/components/pages/components/data/problelmData.vue

@@ -71,7 +71,7 @@ export default {
             type: "bar",
             data: [],
             showBackground: true,
-            barWidth: "65%",
+            barWidth: "50px",
             label: {
               show: true,
               position: "right",

+ 1 - 1
src/components/pages/components/data/workData.vue

@@ -81,7 +81,7 @@ export default {
             type: "bar",
             data: [],
             showBackground: true,
-            barWidth: "65%",
+            barWidth: "50px",
             label: {
               show: true,
               position: "top",