Skip to content
Snippets Groups Projects
Commit 12f7774a authored by Christopher Pietsch's avatar Christopher Pietsch
Browse files

fixed sleeping problem (if I could only fix mine)

parent 0d67a032
No related branches found
No related tags found
No related merge requests found
......@@ -647,6 +647,7 @@ function myListView() {
data.forEach(function(d, i) {
d.alpha = d.highlight ? 1 : 0.2;
});
chart.wakeup();
}
chart.project = function(){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment