Rerender reporter chart in compose when options change
This commit is contained in:
@@ -34,6 +34,17 @@ export default {
|
||||
})
|
||||
},
|
||||
},
|
||||
|
||||
options: {
|
||||
deep: true,
|
||||
handler () {
|
||||
this.chart = undefined
|
||||
|
||||
this.$nextTick(() => {
|
||||
this.renderChart()
|
||||
})
|
||||
},
|
||||
}
|
||||
},
|
||||
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user