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 (