Skip to content

MuhammadIbrahim-dev/Line-Chart--React-js

Repository files navigation

Line Chart js

Chart image

import necessary components
import { Chart as ChartJS, CategoryScale, LinearScale, PointElement, LineElement, Title, Tooltip, Legend } from 'chart.js';

Register the necessary components

ChartJS.register(CategoryScale, LinearScale, PointElement, LineElement, Title, Tooltip, Legend);

Line Chart React js