Hi there,
Great tool, thanks a lot for it. Because I needed "weighted heatmaps" support (the possibility to add "cold" points but also the possibility to specify the dot size for each point), I have forked your project (https://github.com/wrousseau/heatmap).
Two things :
- It's a quick hack, would you be interested in such feature for a merge ?
- I think the only thing a bit dodgy I did is for the blending in "calcDensity". I obviously could not used your formula to compute pixel values, so I added my own but I'm not quite satisfied with the visual result. The formula I use is a result of several tries, but there is no theory behind that. If you have a better idea, I'm a taker !
Cheers
Hi there,
Great tool, thanks a lot for it. Because I needed "weighted heatmaps" support (the possibility to add "cold" points but also the possibility to specify the dot size for each point), I have forked your project (https://github.com/wrousseau/heatmap).
Two things :
Cheers