# 📌 Changelog

All notable changes to this project will be documented in this file.

## [Unreleased] - Initial Commit

### 🚀 Added

- **Project Setup**: Initialized the project with essential configurations.
- **Stacked Bubble Chart**: Added initial implementation for rendering stacked bubble charts.
- **Project Structure**: Organized code into modules (`models`, `services`, `core`, `constants`).
- **Build Tools**: Configured TypeScript, Webpack, and Prettier for a streamlined development workflow.
- **Live Server Support**: Ensured auto-compilation and live reloading for a better development experience.

---

**📝 Note:** This is the first commit to the repository. Future updates will include feature enhancements, bug fixes, and optimizations. Stay tuned! 🚀

### Fixed

- Fixed incorrect mouse coordinate detection on high-DPI displays by scaling with `devicePixelRatio`.
