Skip to content

Commit

Permalink
[vis/bar] fix invalid ref to the xScale
Browse files Browse the repository at this point in the history
  • Loading branch information
Spencer Alger committed Oct 1, 2014
1 parent 04110cb commit 70eb086
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ define(function (require) {
ColumnChart.prototype.addBarEvents = function (svg, bars, brush) {
var events = this.events;
var dispatch = this.events._attr.dispatch;
var xScale = this.vis.xAxis.xScale;
var xScale = this.handler.xAxis.xScale;
var startXInv;

bars
Expand Down

0 comments on commit 70eb086

Please sign in to comment.