An open API service indexing awesome lists of open source software.

https://github.com/sumitpal29/simplechart

Simple Chart- Line and Column - Using VanillaJS, SVG
https://github.com/sumitpal29/simplechart

css html5 javascript json

Last synced: 3 months ago
JSON representation

Simple Chart- Line and Column - Using VanillaJS, SVG

Awesome Lists containing this project

README

          

# 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](https://nodejs.org/) v4+ to run.

Install the dependencies and devDependencies and start the server.

```sh
$ cd SimpleChart
$ npm install
```
### Deploy Chart
Once done with installing dependencies just run the server from terminal

```sh
node server
```

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

```sh
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