Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/muhammadibrahim-dev/line-chart--react-js
- Owner: MuhammadIbrahim-dev
- Created: 2025-01-03T17:14:20.000Z (26 days ago)
- Default Branch: main
- Last Pushed: 2025-01-03T17:29:34.000Z (26 days ago)
- Last Synced: 2025-01-03T18:26:25.749Z (26 days ago)
- Topics: chartjs2, chartjs2pdf, chartsj, ibrahim, line, linechart, linecharts, styled-components
- Language: JavaScript
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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