FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Harshit2012/PlotForge: Turns Data into Graph using Chart.js · GitHub

Repository files navigation

Turns Data into Graph using chart.js.

Features✨

  • Easy to use
  • Clear the data and download the data
  • One click to download
  • One click to create
  • One click to clear

Technologies Used💻

  • HTML
  • CSS
  • JS
  • Chart.js

How to use🔍

  • Write the Data Points
  • Click on the graph which you like
  • To download click on download button

Cloning Your Fork

To clone your forked repository, use the following command in your terminal:

git clone https://github.com/Harshit2012/PlotForge.git
cd PlotForge

Syncing Your Fork

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

Preview

License

This repository is under MIT License.

About

Turns Data into Graph using Chart.js

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL