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
I was wondering if the typescript is wrong because addOneTimeListener doesn't seem to be supported for google.visualization.events
addOneTimeListener
google.visualization.events
export declare type GoogleVizEvents = { addListener: (chartWrapper: GoogleChartWrapper | GoogleChartControl | GoogleChartEditor, name: GoogleVizEventName, onEvent: (chartWrapper: GoogleChartWrapper) => any) => any; removeListener: (chartWrapper: GoogleChartWrapper, name: GoogleVizEventName, callback: Function) => any; removeAllListeners: (chartWrapper: GoogleChartWrapper) => any; };
N/A
v4.0.0
No response
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
I was wondering if the typescript is wrong because
addOneTimeListener
doesn't seem to be supported forgoogle.visualization.events
Reproduction
N/A
react-google-charts version
v4.0.0
Possible solution
No response
The text was updated successfully, but these errors were encountered: