From c09ff2b7eb77209633e4e7074a4be5fe2f7de8c4 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Tue, 15 Dec 2015 16:05:35 -0800 Subject: [PATCH] Getting the query to show --- panoramix/static/widgets/viz_sankey.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panoramix/static/widgets/viz_sankey.js b/panoramix/static/widgets/viz_sankey.js index 43445f3f3f..06ae414012 100644 --- a/panoramix/static/widgets/viz_sankey.js +++ b/panoramix/static/widgets/viz_sankey.js @@ -98,7 +98,7 @@ function viz_sankey(data_attribute) { link.attr("d", path); } token.select("img.loading").remove(); - done(); + done(json); }); } return {