/Simple-Chart-Generator

This is a small single-page application that allows you to generate charts. It was based on Chart.js and jQuery.

Primary LanguageJavaScriptMIT LicenseMIT

Simply Chart Generator

It is a simple chart generator. Supports two cards. The first one shows a demo version where the graph is generated from random numbers. The second tab called "Create" allows you to create a chart of up to 10 values.

The application was written based on jQuery and ChartJs.

Installation

  1. Clone Repo
git clone https://github.com/LukaszKwiatkowski94/Simple-Chart-Generator.git
  1. Go to directory
cd Simple-Chart-Generator
  1. Install node
npm i -y
  1. Run gulp (server will be started)
gulp