king
2021-05-13 145a6eb83133497b3863add21610ac6015e6533e
src/menu/components/chart/antv-bar/chartcompile/index.jsx
@@ -181,7 +181,7 @@
        formlist: formlist.map(item => {
          if (['Yaxis'].includes(item.key)) {
            item.hidden = val === 'statistics'
          } else if (['InfoType', 'InfoValue', 'InfoDefNumber'].includes(item.key)) {
          } else if (['InfoType', 'InfoValue'].includes(item.key)) {
            item.hidden = val !== 'statistics'
          }
          return item