This project is an interactive data visualization tool for exploring Seoul Bike sharing data. It provides insights into rental trends by combining weather and time-based factors using heatmaps, scatterplots, and interactive features.
- Heatmap Visualization: Explore rental patterns across time-based dimensions like hours, days, months, seasons, and holidays.
- Scatterplot Visualization: Analyze the impact of weather variables on bike rentals.
- Interactive Controls: Dynamically select axes in the heatmap and scatterplot to customize the analysis.
- 2D Brush Tool: Filter data across visualizations for deeper insights.
- Redux Integration: Ensures efficient and scalable state management.
To set up and run the visualization tool:
- Install dependencies:
npm install npm install react-select - Start the application
npm start