king
2022-05-14 e44c622efee02beafab30da2a91561e8892e26ef
src/menu/components/chart/antv-bar/chartcompile/index.jsx
@@ -218,7 +218,7 @@
        }
      },
      {
        title: '显示',
        title: '显示(值/%)',
        dataIndex: 'show',
        inputType: 'select',
        editable: true,
@@ -638,7 +638,7 @@
          wrapClassName="popview-modal menu-chart-edit-modal"
          title={config.type === 'bar' ? '柱状图编辑' : '折线图编辑'}
          visible={visible}
          width={950}
          width={1000}
          maskClosable={false}
          onOk={this.onSubmit}
          onCancel={() => { this.setState({ visible: false }) }}