@@ -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 (