瀏覽代碼

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 (