king
2021-12-15 d76045be1cd5a030ed68269246d7ae1956a5ff06
src/menu/components/chart/antv-bar/index.jsx
@@ -1350,6 +1350,7 @@
        </Popover>
        <NormalHeader config={card} updateComponent={this.updateComponent}/>
        <div className="canvas" id={card.uuid + 'canvas'} ref={ref => this.wrap = ref}></div>
        {card.plot.download === 'enable' ? <Icon type="download"/> : null}
        {appType !== 'mob' ? <ActionComponent
          type="chart"
          config={card}