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 PlotForgeTo 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.gitFetch the branches and their respective commits from the upstream repository:
git fetch upstreamCheck out your fork’s local default branch - usually main:
git checkout mainMerge the changes from the upstream default branch - usually main:
git merge upstream/mainThis repository is under MIT License.
