The canvas element when you do heat.resize() works, but the heatmap points still with the same coordinates as origin, and do not update. Any ideas?
In detail:
In origin, canvas size is 300x150, but then when dinamically image is loaded, I resize heatmap to 700x700, the canvas is successfully updated but the heatmap points are drawed in a 300x150 canvas.
The canvas element when you do heat.resize() works, but the heatmap points still with the same coordinates as origin, and do not update. Any ideas?
In detail:
In origin, canvas size is 300x150, but then when dinamically image is loaded, I resize heatmap to 700x700, the canvas is successfully updated but the heatmap points are drawed in a 300x150 canvas.