We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If I have multiple component with chartEvents ( "ready" ) my callback is executed only once.
Even if my component was unmounted and mounted again, my callback is not executed.
<Chart chartType={props.chartType} key={props.graphID} data={data} options={props.options} height={props.height || 'auto'} chartEvents={[ { eventName: 'ready', callback: handleChartReady, }, ]} />
I excepted my callback was executed for each Chart.
** I've this issue only with Chart of type table **
Add multiple with chartEvents "ready"
^4.0.1
I tried to find a solution ( maybe in the Event manager ) but I found nothing
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Would you like to work on a fix?
Current and expected behavior
If I have multiple component with chartEvents ( "ready" ) my callback is executed only once.
Even if my component was unmounted and mounted again, my callback is not executed.
I excepted my callback was executed for each Chart.
** I've this issue only with Chart of type table **
Reproduction
Add multiple with chartEvents "ready"
react-google-charts version
^4.0.1
Possible solution
I tried to find a solution ( maybe in the Event manager ) but I found nothing
The text was updated successfully, but these errors were encountered: