From e6a10ced1ed8db39486dc0a1795191c701ef3224 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 20 十二月 2021 18:11:35 +0800 Subject: [PATCH] 2021-12-20 --- src/menu/components/chart/antv-bar/index.jsx | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/menu/components/chart/antv-bar/index.jsx b/src/menu/components/chart/antv-bar/index.jsx index b439765..2a99edd 100644 --- a/src/menu/components/chart/antv-bar/index.jsx +++ b/src/menu/components/chart/antv-bar/index.jsx @@ -101,6 +101,9 @@ _card.plot.name = card.name _card.style = config.style _card.headerStyle = config.headerStyle + _card.setting = config.setting + _card.columns = config.columns + _card.scripts = config.scripts _card.action = config.action.map(col => { col.uuid = Utils.getuuid() @@ -1350,7 +1353,6 @@ </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} -- Gitblit v1.8.0