Browse Source

feat: 111

lanjianrong 5 năm trước cách đây
mục cha
commit
362ec84c71
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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 (