Last active
October 29, 2018 00:44
-
-
Save haldarmahesh/3a90f5d9ae1c980f8172ac05f77bb3b4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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