This project aims to provide an interactive visualization of the NASA Exoplanets dataset using radar charts and bubble charts. The dataset contains a comprehensive catalog of exoplanets discovered by NASA missions. The visualization is implemented using D3.js, a powerful JavaScript library for creating data-driven web applications.
- Radar Chart: Explore the characteristics of exoplanets through a radar chart, allowing users to compare multiple features simultaneously.
- Bubble Chart: Visualize the distribution of exoplanets based on different parameters using a bubble chart, providing insights into the dataset.
To set up the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/Shikhar97/D3-Innovative-Visualization.git
-
Run the local server:
python3 -m http.server 8080
This will start a local development server, and you can access the visualization at
http://localhost:8080
in your web browser.
The NASA Exoplanets dataset is sourced from NASA. Ensure compliance with NASA's data usage policies when working with this dataset.
-
D3.js: A JavaScript library for creating dynamic, interactive data visualizations in the web browser.
-
Bootstrap: A popular CSS framework for building responsive and mobile-first websites.
- Special thanks to NASA for providing the valuable Exoplanets dataset.
- Inspiration for the visualization techniques comes from the field of data visualization and D3.js examples.