Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/noob0799/data-visualiser

A webapp for visualising numerical data-sets made using Angular and Chart.js
https://github.com/noob0799/data-visualiser

angular chartjs html-css-js html5

Last synced: 5 days ago
JSON representation

A webapp for visualising numerical data-sets made using Angular and Chart.js

Awesome Lists containing this project

README

        

# Data-Visualiser
This webapp helps us to visualise numerical datasets using Angular and ChartJS. The table is responsive and helps us to select collection of rows and columns by consecutive clicks.The cells selected will be fed to the chart panel and the sets can be displayed using Pie and Bar charts.
## File for testing
Demo file for testing is stored in docs folder
# UI snapshots
### Bar
![Bar](./docs/bar.png?raw=true "Bar")
### Pie
![Pie1](./docs/pie1.png?raw=true "Pie1")
![Pie2](./docs/pie2.png?raw=true "Pie2")