https://github.com/ud-ud/reportdashboard
Report Generation Dash Board build on JavaScript
https://github.com/ud-ud/reportdashboard
Last synced: 23 days ago
JSON representation
Report Generation Dash Board build on JavaScript
- Host: GitHub
- URL: https://github.com/ud-ud/reportdashboard
- Owner: UD-UD
- Created: 2017-05-24T20:29:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-24T23:23:20.000Z (almost 8 years ago)
- Last Synced: 2025-04-13T11:59:06.145Z (23 days ago)
- Language: JavaScript
- Size: 432 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReportDashBoard
Report Generation Dash Board build on JavaScriptFeatures :
1. Options for X-Axis and Y-Axis are auto-populated from data recieved.
2. Added support for Data fetch through RESTcalls.
3. Apart from Graph Rendering,entire app is coded in vanilla Js.
4. Used Factory Pattern to create different types of graph.
5. Used Revealing Modular Pattern to implement the various feature.