Skip to content

Commit a6acd15

Browse files
committed
fix contourgl pointNumber event data
1 parent c5c9a1e commit a6acd15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/contourgl/convert.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ proto.handlePick = function(pickResult) {
7777
],
7878
textLabel: this.textLabels[index],
7979
name: this.name,
80-
pointIndex: [xIndex, yIndex],
80+
pointIndex: [yIndex, xIndex],
8181
hoverinfo: this.hoverinfo
8282
};
8383
};

0 commit comments

Comments
 (0)