Home Forums Chart Support Refresh Bar Chart in React JS Failed Reply To: Refresh Bar Chart in React JS Failed

#26722

solutions found!

Activate this code
onRef={ref => this.chart = ref}

And add this.chart.render() in the place you want to refresh the chart.