Introducing a caching layer

This commit is contained in:
Maxime Beauchemin
2016-03-16 20:25:41 -07:00
parent 2d3edf3a2e
commit d8192eca0a
25 changed files with 779 additions and 507 deletions

View File

@@ -78,7 +78,7 @@ function wordCloudChart(slice) {
return d.text;
});
}
slice.done(data);
slice.done(json);
});
}