We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5c9a1e commit a6acd15Copy full SHA for a6acd15
src/traces/contourgl/convert.js
@@ -77,7 +77,7 @@ proto.handlePick = function(pickResult) {
77
],
78
textLabel: this.textLabels[index],
79
name: this.name,
80
- pointIndex: [xIndex, yIndex],
+ pointIndex: [yIndex, xIndex],
81
hoverinfo: this.hoverinfo
82
};
83
0 commit comments