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

https://github.com/dingjules/data-v

Data visualization demo with Chart.js
https://github.com/dingjules/data-v

angularjs chartjs

Last synced: 3 months ago
JSON representation

Data visualization demo with Chart.js

Awesome Lists containing this project

README

        

## Description
Simple demo application for data visualization using __angularjs__, __chart.js__ and __Webpack__.

## Installation
Node is reauired to start project (node v8.4.0 recommanded)

### Start demo
```
npm install && npm start
```

### Run unit test
```
npm test
```

or
```
npm run test-watch
```
to rerun test after each modification in code