echarts-for-react icon indicating copy to clipboard operation
echarts-for-react copied to clipboard

onEvents brush function is unable to pass props to other components

Open leewenyu96 opened this issue 2 years ago • 0 comments

onEvents brush function is unable to pass props to other components.

I have an onEvent listener which takes the coordinate range of the chart and pass it into another component. However, the chart re-renders whenever a selection is done to pass the data into the other component. It works with console.log. Problem

leewenyu96 avatar Jan 16 '23 09:01 leewenyu96