Yansen 2 years ago
parent
commit
d247a3f7b3
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/subpkg1/pages/components/issueStat/index.jsx

+ 1
- 1
src/subpkg1/pages/components/issueStat/index.jsx View File

84
             axisLabel: {
84
             axisLabel: {
85
               rotate: 45,
85
               rotate: 45,
86
             },
86
             },
87
-            data: res.map(x => x.name)
87
+            data: res.map(x => x.name.length > 8 ? x.name.substring(5) : x.name)
88
           }
88
           }
89
         ],
89
         ],
90
         yAxis: [
90
         yAxis: [