diff --git a/js/list.js b/js/list.js
index b5e00338d0dd5466e11fac7a28601431ea30d7ef..e2eb97ea92f6d8a8b3b4f29a3840c146993dd244 100644
--- a/js/list.js
+++ b/js/list.js
@@ -647,6 +647,7 @@ function myListView() {
       data.forEach(function(d, i) {
           d.alpha = d.highlight ? 1 : 0.2;
       });
+      chart.wakeup();
   }
 
   chart.project = function(){