https://github.com/normalhuman01/data-insights-visualizer
an intuitive visualization tool featuring effortless drag-and-drop functionality, powered by gridster and chart.js, with the added capability to export your insights seamlessly using jspdf
https://github.com/normalhuman01/data-insights-visualizer
chartjs gridster jspdf
Last synced: 8 months ago
JSON representation
an intuitive visualization tool featuring effortless drag-and-drop functionality, powered by gridster and chart.js, with the added capability to export your insights seamlessly using jspdf
- Host: GitHub
- URL: https://github.com/normalhuman01/data-insights-visualizer
- Owner: normalhuman01
- License: mit
- Created: 2023-12-22T19:58:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-22T20:10:03.000Z (over 2 years ago)
- Last Synced: 2025-03-27T07:48:11.265Z (about 1 year ago)
- Topics: chartjs, gridster, jspdf
- Language: JavaScript
- Homepage: https://normalhuman01.github.io/GraphCraft/
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Data Insights Visualizer

## Overview
The Data Insights Visualizer is a versatile web application that empowers users to create interactive dashboards effortlessly. It leverages the power of Gridster and Chart.js, making it easy to create, customize, and visualize data in real-time. Additionally, it offers a seamless export feature using jsPDF, allowing you to save and share your insights with ease.
## Features
- **Drag-and-Drop Visuals:** Intuitively design your dashboard by simply dragging and dropping visual elements.
- **Chart.js Integration:** Create stunning, interactive charts and graphs to represent your data effectively.
- **Export to PDF:** Share your insights by exporting your dashboards as PDF documents.
- **Customization:** Tailor your dashboard with various customization options to match your data visualization needs.
## Usage
1. Clone this repository.
2. Open `index.html` in your preferred web browser.
3. Start creating your dashboard by adding visual elements through drag-and-drop.
4. Customize visuals using Chart.js options.
5. Export your dashboard as a PDF using the export feature.
## Demo
Visit [Data Insights Visualizer Demo](normalhuman01.github.io/GraphCraft/) for a live demonstration.
## Installation
There's no need for installation! Simply clone this repository or download the files, and you're ready to start visualizing your data.
## Contributing
Contributions are welcome! Please feel free to open issues, create pull requests, or suggest new features and improvements.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Acknowledgments
- [Gridster](https://dsmorse.github.io/gridster.js/) - A powerful grid layout library.
- [Chart.js](https://www.chartjs.org/docs/latest/) - A flexible JavaScript charting library.
- [jsPDF](https://artskydj.github.io/jsPDF/docs/jsPDF.html) - Generate PDF files in JavaScript.