BrockReece / vue-heatmapjs

Heatmap directive for tracking user activity
MIT License
207 stars 17 forks source link

Demo doesn't seem to work #13

Open mkasprz opened 5 years ago

mkasprz commented 5 years ago

Hi. obraz I've checked both on Firefox 69 and Chromium 76 on Ubuntu and I'm not really sure if it should really look that way. It does react to scroll event, but it seems that clicks highlight the whole page and it doesn't track mouse movement.

BrockReece commented 5 years ago

Hmm, you're right. It is the same for me, I haven't touched that demo page in a while, not sure when and how it broke. I will investigate

BrockReece commented 4 years ago

Sorry about the wait, Only just got round to looking into this. Looks like there was a rather chunky third party lib loading and causing the heatmap to load after the streams started. I have a pushed a fix, so it should start working again soon.

mkasprz commented 4 years ago

Hi.

No problem. It seems to truly work now. I would expect Scrollmap to work a bit differently I think, but I hope it's like that by design and is not a bug. Also, at first I wasn't sure if Heatmap works correctly, because the area it works on is not stretched to whole site as it could be I believe, but that's kind of an extra thing.

Anyway, I believe this issue can be closed. Thank You for the fix and sorry that I answer that late.

LeGoffMael commented 4 years ago

Hi,

It looks like there is still an issue in the demo when the scrollMap is on, there is still this red layer. I tried on Chrome and Firefox.

image