Skip to content

Instantly share code, notes, and snippets.

@harconst
Created May 31, 2018 09:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harconst/68bdba2c53c65605a7768b7993bfcdfc to your computer and use it in GitHub Desktop.
Save harconst/68bdba2c53c65605a7768b7993bfcdfc to your computer and use it in GitHub Desktop.
import React from "react";
import { Line } from "react-chartjs-2";
const Chart = props => <Line data={props.data} options={props.options} />;
export default Chart;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment