Last active
May 2, 2019 15:38
-
-
Save gpDA/2bc55ca8753f113652d864c08eab4429 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
// ./components/Chart/Chart.js | |
return( | |
<Line | |
// data fro chart_data | |
data={chart_data} | |
// options | |
options={options} | |
/> | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment