Adjust chart editor to rerender chart on config change even if chart is new
This commit is contained in:
@@ -722,7 +722,7 @@ export default {
|
||||
'chart.config': {
|
||||
deep: true,
|
||||
handler (value, oldValue) {
|
||||
if (value && oldValue && this.isEdit) {
|
||||
if (value && oldValue) {
|
||||
this.onConfigUpdate()
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user