king
2022-10-12 53b9fb93d0376eb02bb996935f1720b4e95cd897
2022-10-12
4个文件已修改
16 ■■■■ 已修改文件
src/menu/components/chart/antv-bar/index.jsx 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pc/quotecomponent/index.jsx 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pc/quotecomponent/settingform/index.jsx 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/custom/components/chart/antv-bar-line/index.jsx 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/menu/components/chart/antv-bar/index.jsx
@@ -671,7 +671,7 @@
      }
      view1.axis('value', yc)
  
      view1.legend(false)
      // view1.legend(false)
  
      if (plot.mutilBar !== 'stack') {
        let _chart = view1
@@ -798,7 +798,7 @@
    view2.data(dv.rows)
    view2.legend(false)
    // view2.legend(false)
    fields.forEach(item => {
      if (item.chartType === 'bar' && !Bar_axis.length) {
src/pc/quotecomponent/index.jsx
@@ -104,9 +104,9 @@
    return (
      <div className="quote-wrap">
        <Button icon="appstore" onClick={() => {this.setState({visible: true})}}>组件引用</Button>
        <Button icon="appstore" onClick={() => {this.setState({visible: true})}}>关联菜单栏</Button>
        <Modal
          title="组件引用"
          title="关联菜单栏"
          visible={visible}
          width={500}
          maskClosable={false}
src/pc/quotecomponent/settingform/index.jsx
@@ -61,12 +61,12 @@
      <Form {...formItemLayout}>
        <Row gutter={24}>
          <Col span={20}>
            <Form.Item label="菜单">
            <Form.Item label="菜单栏">
              {getFieldDecorator('menu', {
                initialValue: '',
                rules: [{
                  required: true,
                  message: '请选择菜单!'
                  message: '请选择菜单栏!'
                }]
              })(
                <Select>
src/tabviews/custom/components/chart/antv-bar-line/index.jsx
@@ -1178,7 +1178,7 @@
      view1.scale('value', c)
      view1.axis('value', plot.$yc)
  
      view1.legend(false)
      // view1.legend(false)
      let colorIndex = 0
  
@@ -1312,7 +1312,7 @@
    }
    view2.data(dv.rows)
    view2.legend(false)
    // view2.legend(false)
    plot.customs.forEach(item => {
      if (item.chartType === 'bar' && !plot.Bar_axis) {