I created a first draft of the code and I tried to add some functionalities. For example, when the user click each cell of the heatmap I would like create a rectangle
with some data.
However I see that the responses (after the click) becomes slow and the rectangles appears in delay. To draw the heatmap, for each row (200) the code plot 'n' rectangles (40).
My first question is if it possible create interactive heatmap of these size with paper.js and if there are some 'rules' to improve the performance and speed.
If necessary, I can post my code.
Thank in advance for the support and compliments to the developer for this library.
Best,
Gmt