mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
feat: ECharts 编辑器中避免图表反复渲染 (#1200)
This commit is contained in:
parent
6b2ccdba41
commit
0b8c82e86f
@ -94,7 +94,8 @@ export default {
|
||||
{
|
||||
type: 'chart',
|
||||
source: '${config}',
|
||||
replaceChartOption: true
|
||||
replaceChartOption: true,
|
||||
unMountOnHidden: false
|
||||
},
|
||||
{
|
||||
children: (props: any) => {
|
||||
|
Loading…
Reference in New Issue
Block a user