Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/noob0799/data-visualiser
- Owner: Noob0799
- Created: 2019-07-02T17:39:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T07:26:06.000Z (about 2 years ago)
- Last Synced: 2023-03-07T10:42:13.596Z (almost 2 years ago)
- Topics: angular, chartjs, html-css-js, html5
- Language: TypeScript
- Homepage: https://noob0799.github.io/Data-Visualiser/
- Size: 4.62 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
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")