Skip to content

sumitpal29/SimpleChart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Chart

Simple chart is simple to create charts using JSON data.

  • Draw Line and Column chart
  • Concurrent Interactivity between multiple chart

Features!

  • Simply update JSON file to change the data
  • Quick switch from cloumn to line chart and vice-versa
  • switch animation

Tech

SimpleChart uses a number of open source projects to work properly:

  • [Sublime Text Editor] - awesome web-based text editor
  • [markdown-it] - Markdown parser done right. Fast and easy to extend.
  • [node.js] - evented I/O for the backend
  • [Express] - fast node.js network app framework [@tjholowaychuk]

Installation

Required Node.js v4+ to run.

Install the dependencies and devDependencies and start the server.

$ cd SimpleChart
$ npm install

Deploy Chart

Once done with installing dependencies just run the server from terminal

node server

Verify the deployment by navigating to your server address in your preferred browser.

localhost:8080

About

  • This project is done during learing JS.
  • Anyone is welcome to contribute or learn JS
  • It was fun to do this project

About

Simple Chart- Line and Column - Using VanillaJS, SVG

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published