Skip to content

Commit

Permalink
Bug #3 - bubblechart not working
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim-Intellipharm committed Dec 13, 2015
1 parent 974abda commit 3caa37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/bubble-cloud.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}

dc.bubbleCloud = function (parent, chartGroup) {
var _chart = dc.bubbleMixin(dc.capMixin(dc.bubbleChart()));
var _chart = dc.bubbleMixin(dc.capMixin(dc.bubbleChart(parent)));

var LAYOUT_GRAVITY = 0.2;
var RADIUS_TRANSITION = 1500;
Expand Down

0 comments on commit 3caa37e

Please sign in to comment.