Skip to content

Commit c7d03a5

Browse files
committed
Fix.
1 parent 4fe839e commit c7d03a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/charts/AxisChart.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,9 +405,9 @@ export default class AxisChart extends BaseChart {
405405
if(!s.yExtremes) return;
406406

407407
let index = getClosestInArray(relX, s.xAxis.positions, true);
408-
409408
if (index >= 0) {
410409
let dbi = this.dataByIndex[index];
410+
411411
this.tip.setValues(
412412
dbi.xPos + this.tip.offset.x,
413413
dbi.yExtreme + this.tip.offset.y,

0 commit comments

Comments
 (0)