Skip to content

Instantly share code, notes, and snippets.

@dance2die
Created December 4, 2017 02:14
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 dance2die/bdce8b2e3e0948235d691fcebdbbb3ab to your computer and use it in GitHub Desktop.
Save dance2die/bdce8b2e3e0948235d691fcebdbbb3ab to your computer and use it in GitHub Desktop.
import React from "react";
import Chart from "./Chart";
import "frappe-charts/dist/frappe-charts.min.css";
// https://github.com/tobiaslins/frappe-charts-react-example
const GraphView = ({ data }) => <Chart title="Graph data" data={data} />;
export default GraphView;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment