Turns Data into Graph using chart.js.
- Easy to use
- Clear the data and download the data
- One click to download
- One click to create
- One click to clear
- HTML
- CSS
- JS
- Chart.js
- Write the Data Points
- Click on the graph which you like
- To download click on download button
To clone your forked repository, use the following command in your terminal:
git clone https://github.com/Harshit2012/PlotForge.git
cd PlotForge
To sync your fork with the original repository, you’ll need to add the original repository as an upstream remote:
git remote add upstream https://github.com/Harshit2012/PlotForge.git
Fetch the branches and their respective commits from the upstream repository:
git fetch upstream
Check out your fork’s local default branch - usually main:
git checkout main
Merge the changes from the upstream default branch - usually main:
git merge upstream/main
This repository is under MIT License.