This project is a Heatmap.js implementation in Angular. Key feature includes heatmap click insights.
Heatmaps over an image is a new thing in web development. Patrick's heatmap.js is great tool to generate heatmap on an image easily. I have created this repository for Angular developers to easily integrate heatmap.js in angular projects.
One key feature that I have implemented is a mouse-over click on heatmap. Visit this link to see it in action!
This project runs with Angular CLI version 11 or higher.
- Clone the repository
git clone <repo-name>
- Install dependencies via
npm i
- Run the code via angular cli
ng serve
. Navigate tohttp://localhost:4200/
to see it in action
This program is free software under MIT license. Please see the LICENSE file in our repository for the full text.