Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
junedchhipa committed Sep 17, 2023
1 parent 5e4877f commit 0563557
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/modules/tooltip/Position.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@ export default class Position {
if (ttCtx.ycrosshairs !== null) {
Graphics.setAttrs(ttCtx.ycrosshairs, {
y1: cy,
y2: cy
y2: cy,
})
}
if (ttCtx.ycrosshairsHidden !== null) {
Graphics.setAttrs(ttCtx.ycrosshairsHidden, {
y1: cy,
y2: cy
y2: cy,
})
}
}
Expand Down Expand Up @@ -299,7 +299,7 @@ export default class Position {
'line',
'area',
'scatter',
'bubble'
'bubble',
])

let hoverSize = ttCtx.tooltipUtil.getHoverMarkerSize(activeSeries)
Expand Down
6 changes: 3 additions & 3 deletions src/modules/tooltip/Utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export default class Utils {
capturedSeries,
j: w.globals.isBarHorizontal ? jHorz : j,
hoverX,
hoverY
hoverY,
}
}

Expand Down Expand Up @@ -169,7 +169,7 @@ export default class Utils {

return {
index: currIndex,
j
j,
}
}

Expand Down Expand Up @@ -209,7 +209,7 @@ export default class Utils {
}

return {
index: currIndex
index: currIndex,
}
}

Expand Down

0 comments on commit 0563557

Please sign in to comment.