Skip to content

Instantly share code, notes, and snippets.

@haldarmahesh
Last active October 29, 2018 00:44
Show Gist options
  • Save haldarmahesh/3a90f5d9ae1c980f8172ac05f77bb3b4 to your computer and use it in GitHub Desktop.
Save haldarmahesh/3a90f5d9ae1c980f8172ac05f77bb3b4 to your computer and use it in GitHub Desktop.
useEffect(() => {
chart = createAndSetupChartInDOM(props.chartsValue);
return function clearChart() {
this.chart.destroy(props.chartsValue);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment