Skip to content

Angular implementation of popular heatmap.js library with mouse-over click feature

License

Notifications You must be signed in to change notification settings

Ilheu/angular-heatmapjs

 
 

Repository files navigation

AngularHeatmapjs

This project is a Heatmap.js implementation in Angular. Key feature includes heatmap click insights.

Background

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!

Heatmap Demo

Installation

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 to http://localhost:4200/ to see it in action

See also

License

This program is free software under MIT license. Please see the LICENSE file in our repository for the full text.

About

Angular implementation of popular heatmap.js library with mouse-over click feature

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 52.7%
  • HTML 21.5%
  • SCSS 18.4%
  • JavaScript 7.4%