blengerich / GenAMap

Visual Machine Learning of Genome-Phenome Associations
http://genamap.org
MIT License
22 stars 7 forks source link

Performance optimisations #147

Closed clarencenpy closed 8 years ago

clarencenpy commented 8 years ago
  1. Removing svg lines that were used to space the cells, instead, just draw the cells with spacing between them (no extra DOM elements)
  2. Added a delay timeout on the hover - user has to mouseover for 0.5s before the hover window appears. This prevents unnecessary rendering when the user just moves the mouse across the matrix.