king
2023-11-22 651fb77ed540847d339e182497b4954bce970ef5
2023-11-22
2个文件已修改
36 ■■■■ 已修改文件
src/menu/components/chart/antv-bar/chartcompile/index.jsx 28 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/interface/history/index.jsx 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/menu/components/chart/antv-bar/chartcompile/index.jsx
@@ -410,26 +410,26 @@
            value: 'line',
            label: '折线',
            children: [
              { value: 'smooth', label: 'smooth' },
              { value: 'line', label: 'line' },
              { value: 'dot', label: 'dot' },
              { value: 'dash', label: 'dash' },
              { value: 'hv', label: 'hv' },
              { value: 'vh', label: 'vh' },
              { value: 'hvh', label: 'hvh' },
              { value: 'vhv', label: 'vhv' }
              { value: 'smooth', label: 'smooth(平滑线)' },
              { value: 'line', label: 'line(直线)' },
              { value: 'dot', label: 'dot(点状线)' },
              { value: 'dash', label: 'dash(虚线)' },
              { value: 'hv', label: 'hv(水平-垂直线)' },
              { value: 'vh', label: 'vh(垂直-水平线)' },
              { value: 'hvh', label: 'hvh(水平-垂直-水平线)' },
              { value: 'vhv', label: 'vhv(垂直-水平-垂直线)' }
            ]
          },
          {
            value: 'bar',
            label: '柱形',
            children: [
              { value: 'rect', label: 'rect' },
              { value: 'hollow-rect', label: 'hollow-rect' },
              { value: 'line', label: 'line' },
              { value: 'tick', label: 'tick' },
              { value: 'funnel', label: 'funnel' },
              { value: 'pyramid', label: 'pyramid' }
              { value: 'rect', label: 'rect(矩形)' },
              { value: 'hollow-rect', label: 'hollow-rect(空心矩形)' },
              { value: 'line', label: 'line(线条)' },
              { value: 'tick', label: 'tick(波动)' },
              // { value: 'funnel', label: 'funnel' },
              { value: 'pyramid', label: 'pyramid(角锥)' }
            ],
          }
        ]
src/views/interface/history/index.jsx
@@ -260,18 +260,18 @@
          ))}
          <div className="list-line" key="example">
            <div className="line-title">示例</div>
              <div className="line-item" key="dologon">
              <div className="line-item" style={{cursor: 'pointer'}} key="dologon" onClick={this.uselogon}>
                <div className="method">POST</div>
                <div className="inter" style={{lineHeight: '40px'}}>dologon</div>
                <div className="action" style={{paddingLeft: '40px'}}>
                  <RightOutlined onClick={this.uselogon} />
                  <RightOutlined/>
                </div>
              </div>
              <div className="line-item" key="dostars">
              <div className="line-item" style={{cursor: 'pointer'}} key="dostars" onClick={this.usedostars}>
                <div className="method">POST</div>
                <div className="inter" style={{lineHeight: '40px'}}>dostars</div>
                <div className="action" style={{paddingLeft: '40px'}}>
                  <RightOutlined onClick={this.usedostars} />
                  <RightOutlined/>
                </div>
              </div>
          </div>