Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/muhammadibrahim-dev/line-chart--react-js

Line chart in react js
https://github.com/muhammadibrahim-dev/line-chart--react-js

chartjs2 chartjs2pdf chartsj ibrahim line linechart linecharts styled-components

Last synced: 23 days ago
JSON representation

Line chart in react js

Awesome Lists containing this project

README

        

# 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