https://github.com/dingjules/data-v
Data visualization demo with Chart.js
https://github.com/dingjules/data-v
angularjs chartjs
Last synced: 2 months ago
JSON representation
Data visualization demo with Chart.js
- Host: GitHub
- URL: https://github.com/dingjules/data-v
- Owner: dingjules
- Created: 2017-11-12T22:21:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-13T23:32:16.000Z (over 8 years ago)
- Last Synced: 2025-06-26T07:40:57.480Z (about 1 year ago)
- Topics: angularjs, chartjs
- Language: JavaScript
- Size: 207 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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