We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4d8044 commit 9e69900Copy full SHA for 9e69900
src/traces/scattercarpet/select.js
@@ -24,7 +24,6 @@ module.exports = function selectPoints(searchInfo, polygon) {
24
cdi = cd[pt.pointNumber];
25
pt.a = cdi.a;
26
pt.b = cdi.b;
27
- pt.c = cdi.c;
28
delete pt.x;
29
delete pt.y;
30
}
0 commit comments