Skip to content

Commit

Permalink
Remove duration, interference with zooming
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Feb 11, 2018
1 parent 171dcc1 commit 21fb517
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion config/plugins/visualizations/nvd3_bar/src/nvd3.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ var CommonWrapper = Backbone.View.extend({
var data = context.data || context.point;
return "<h3>" + (data.tooltip || data.key) + "</h3>";
});
d3chart.duration(0);
if ($("#" + canvas_id).length > 0) {
var canvas = d3.select("#" + canvas_id);
canvas.datum(groups).call(d3chart);
Expand Down
10 changes: 5 additions & 5 deletions config/plugins/visualizations/nvd3_bar/static/nvd3.js

Large diffs are not rendered by default.

0 comments on commit 21fb517

Please sign in to comment.