diff --git a/lib/vue/src/components/reporter/Viewers/CReportChart.vue b/lib/vue/src/components/reporter/Viewers/CReportChart.vue index 33df4c7f5..606f651dc 100644 --- a/lib/vue/src/components/reporter/Viewers/CReportChart.vue +++ b/lib/vue/src/components/reporter/Viewers/CReportChart.vue @@ -34,6 +34,17 @@ export default { }) }, }, + + options: { + deep: true, + handler () { + this.chart = undefined + + this.$nextTick(() => { + this.renderChart() + }) + }, + } }, methods: {