Skip to content

Instantly share code, notes, and snippets.

@dance2die
Created December 4, 2017 02:14
Embed
What would you like to do?
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