heatmap.js icon indicating copy to clipboard operation
heatmap.js copied to clipboard

🔥 JavaScript Library for HTML5 canvas based heatmaps

Results 123 heatmap.js issues
Sort by recently updated
recently updated
newest added

**v2.0.5** If I normalize data to [0, 1] before draw heatmap, point having value = 0 is not exactly rendering. ``` var heatmap = h337.create({ container: document.getElementById("heatmapContainer"), gradient: { 0.25:...

leaflet heatmap crashes when zoom out to level 3 of leaflet map. The error is from this line. shadowCtx.drawImage(tpl, rectX, rectY); Failed to execute 'drawImage' on 'CanvasRenderingContext2D': The image argument...

When using heatmap.js on certain browsers, this error `Cannot assign to read only property 'data' of object` shows up. ![screen shot 2016-09-01 at 11 18 47 am](https://cloud.githubusercontent.com/assets/5798444/18179127/edf3c41c-7035-11e6-9fd4-01d48030ab29.png) I'm able to...

bug
to verify

Good morning, I am looking at all the examples in order to make an accident map of my city, but there's no way to show the heatmap in my leaflet...

Fixes error: Cannot assign to read only property 'data' of object '[object ImageData]' Error appears to have appeared now after updating TS library in project. The issue has been identified...

It is possible to make the datapoint have a "lifetime" ? And after this time it disapear?

NOTE: This is not a bot. This change was made by and comments will be reviewed by humans. We are using this service account to be able to track the...

I'm not using this on a website. I am frustrated to worlds end trying to find a working heatmap solution using node.js. This package tells you how to install it...