} else {
barXY = eventFromBar;
}
- offsetPct = percent(barXY, barDim);
+ var offsetPct = percent(barXY, barDim);
value = (this.options.end - this.options.start) * offsetPct + this.options.start;
} else {
barXY = eventFromBar;
}
- offsetPct = percent(barXY, barDim);
+ var offsetPct = percent(barXY, barDim);
value = (this.options.end - this.options.start) * offsetPct + this.options.start;
} else {
barXY = eventFromBar;
}
- offsetPct = percent(barXY, barDim);
+ var offsetPct = percent(barXY, barDim);
value = (this.options.end - this.options.start) * offsetPct + this.options.start;