Skip to content

Commit db2b303

Browse files
committed
typo
1 parent 0e3c85c commit db2b303

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/fx/hover.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,7 @@ function _hover(gd, evt, subplot, noHoverEvent, eventTarget) {
987987
xaxes: xaArray,
988988
yaxes: yaArray,
989989
xvals: helpers.c2dApply(xaArray, xvalArray),
990-
yvals: helpers.c2dApply(yaArray, yvalArray)
990+
yvals: helpers.c2dApply(yaArray, yvalArray),
991991
// Note: top-level xPixel/yPixel correspond to the pixel position of the cursor.
992992
// Inside `points` array, points[i].xPixel/yPixel correspond to the pixel position of the point itself.
993993
xPixel: evt.pointerX,

0 commit comments

Comments
 (0)