[vis/bar] fix invalid ref to the xScale

This commit is contained in:
Spencer Alger 2014-10-01 12:05:13 -07:00
parent 04110cbfa1
commit 70eb086a59

View file

@ -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