I have a web application in which I want to find usage patterns.
I want to track (and generate) the use of heatmaps, I checked this question and ClickHeat .
The problem is that they are good for tracking clicks. I want to track usage by tracking the location of the mouse cursor.
It is assumed that the mouse is mainly located where the user is looking ...
onmousemove with sampling interval is what I have.
Is there a JS library that does this more efficiently, or at least outside my site code?
source share