Skip to content
Snippets Groups Projects
Commit f55addfb authored by Asal Sahami Moghaddam's avatar Asal Sahami Moghaddam
Browse files

Graph

parent 570ad592
No related branches found
No related tags found
No related merge requests found
import React from 'react';
import { Pie } from 'react-chartjs-2';
import { Chart as ChartJS, ArcElement, Tooltip, Legend } from 'chart.js';
import "../contents/Graph.tsx"
import "../components/Graph.tsx"
ChartJS.register(ArcElement, Tooltip, Legend);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment