Refactor around how visualizations/*.js are required (#913)

* Refactor around how visualizations/*.js are required

* Reactifying FilterBox further

* Fixing the auto-refresh on filtering events

* Fixing preselected filters
This commit is contained in:
Maxime Beauchemin
2016-08-11 21:39:10 -07:00
committed by GitHub
parent 198226a39f
commit e243a14c64
21 changed files with 468 additions and 359 deletions

View File

@@ -475,9 +475,6 @@ $(document).ready(function () {
initExploreView();
// Dynamically register this visualization
px.registerViz(data.viz_name || 'table');
slice = px.Slice(data);
$('.slice').data('slice', slice);