Home › Forums › Chart Support › React pie chart slice not exploding when I implement ‘click’ › Reply To: React pie chart slice not exploding when I implement ‘click’
Thank you, My other problem is that I am passing my data from the parent (index.js), but the first time it’s []. So my chart is rendering nothing, then it doesn’t re-render with the new data because its not longer located in Render(). Should I re-render the chart with the ref? Can you tell me how? Or maybe there is another way?
Thank you