feat: ECharts 编辑器中避免图表反复渲染 (#1200)

This commit is contained in:
吴多益 2020-12-18 11:13:24 +08:00 committed by GitHub
parent 6b2ccdba41
commit 0b8c82e86f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,7 +94,8 @@ export default {
{
type: 'chart',
source: '${config}',
replaceChartOption: true
replaceChartOption: true,
unMountOnHidden: false
},
{
children: (props: any) => {