Since my code base is quite big I will not add an example. Hopefully my question is clear enough.
I am using react-chartjs-2 in order to create a doughnut chart. I notice that every state change will probably trigger and event on the chart. I can’t figure it out how to prevent the chart from render.
Any idea how to disable this behavior ?
Thank you