lanjianrong před 5 roky
rodič
revize
362ec84c71
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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 (