3
0

Adjust chart editor to rerender chart on config change even if chart is new

This commit is contained in:
Jože Fortun
2024-04-29 15:11:50 +02:00
parent 2a365e98dc
commit ad95e6a387
@@ -722,7 +722,7 @@ export default {
'chart.config': {
deep: true,
handler (value, oldValue) {
if (value && oldValue && this.isEdit) {
if (value && oldValue) {
this.onConfigUpdate()
}
},