Fixes explore view when no slice is defined (#924)

This commit is contained in:
Maxime Beauchemin
2016-08-10 22:59:35 -07:00
committed by GitHub
parent 3f21a898c9
commit 9b3b1f69df
4 changed files with 50 additions and 24 deletions

View File

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