@ -27,8 +27,8 @@ export function StudySite(props) {
const mouseDataFunc = function(ev) {
if(!stopInput) {
heatmapInstance.addData({
x: ev.layerX,
y: ev.layerY,
x: ev.x,
y: ev.y,
value: 1,
});
}