소스 검색

feat: 111

lanjianrong 5 년 전
부모
커밋
362ec84c71
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/pages/Customer/Business/index.jsx

+ 2 - 1
src/pages/Customer/Business/index.jsx

@@ -111,7 +111,8 @@ const Business = ({ dispatch, groupList, shouldUpdate }) => {
   const conifg = {
     xField: 'name',
     yField: 'percentage',
-    legend: false
+    legend: false,
+    shape: 'pyramid'
   }
   const { getScrollRef, redoHeight } = useTableScroll(columns)
   return (