echarts-for-react
echarts-for-react copied to clipboard
onEvents brush function is unable to pass props to other components
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.