Skip to content

Commit 0f848ab

Browse files
committed
Fix the scatter select id field
1 parent d5c82c6 commit 0f848ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/scatter/select.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ module.exports = function selectPoints(searchInfo, polygon) {
4646
pointNumber: i,
4747
x: di.x,
4848
y: di.y,
49-
ids: di.id
49+
id: di.id
5050
});
5151
di.dim = 0;
5252
}

0 commit comments

Comments
 (0)