3
0

Rerender reporter chart in compose when options change

This commit is contained in:
Jože Fortun
2022-12-02 11:21:43 +01:00
parent 23bf377a53
commit 121b962196
@@ -34,6 +34,17 @@ export default {
})
},
},
options: {
deep: true,
handler () {
this.chart = undefined
this.$nextTick(() => {
this.renderChart()
})
},
}
},
methods: {