Closed ccorreia-multiconversion closed 5 years ago
Hi,
I think you should try something like: this.$refs.graph.chart.redraw()
.
this.$refs.graph
returns the componentthis.$refs.graph.chart
returns the data named chart
in the component (that is an instance of the Morris object)
Hi!
I have the followed graph
And added ref="graph"
when access this.$refs.graph.redraw() throw an error this.$ref.graph.redraw is not a function