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
- Host: GitHub
- URL: https://github.com/dingjules/data-v
- Owner: dingjules
- Created: 2017-11-12T22:21:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-13T23:32:16.000Z (over 7 years ago)
- Last Synced: 2025-01-11T01:22:47.610Z (4 months 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