nlesc-sherlock / chicago

This repository visualizes the City of Chicago police data set using web-based tools such as JavaScript, TypeScript, Gulp and Node.js.
Apache License 2.0
0 stars 0 forks source link

do we need heatmaps.js instead of d3 rects for increased performance? #112

Closed jspaaks closed 8 years ago

jspaaks commented 8 years ago

https://github.com/pa7/heatmap.js

mkuzak commented 8 years ago

It is possible that drawing the rectangles even for whole year does not have any considerable impact on performance. We need to first profile with big number of drawn elements.

jspaaks commented 8 years ago

Agree. See also issue #11.