mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[vis/bar] fix invalid ref to the xScale
This commit is contained in:
parent
04110cbfa1
commit
70eb086a59
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue