Skip to content

Instantly share code, notes, and snippets.

@gpDA
Last active May 2, 2019 15:38
Show Gist options
  • Save gpDA/2bc55ca8753f113652d864c08eab4429 to your computer and use it in GitHub Desktop.
Save gpDA/2bc55ca8753f113652d864c08eab4429 to your computer and use it in GitHub Desktop.
// ./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