Skip to content

Commit

Permalink
Fixing bugs where params aren't reflected on nvd3* (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Jun 7, 2016
1 parent dc33506 commit 0d800fa
Show file tree
Hide file tree
Showing 2 changed files with 214 additions and 213 deletions.
1 change: 1 addition & 0 deletions caravel/assets/visualizations/heatmap.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ function heatmapVis(slice) {
};

d3.json(slice.jsonEndpoint(), function (error, payload) {
slice.container.html('');
var matrix = {};
if (error) {
slice.error(error.responseText);
Expand Down
Loading

0 comments on commit 0d800fa

Please sign in to comment.