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’

#32238

@hoopstagee,

You can get reference to the chart instance by passing onRef = {ref => chart = ref} props to the component. This allows you to access all chart properties and methods including render(). Please refer documentation for more information.


Manoj Mohan
Team CanvasJS