We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a9b19c commit 8d4b821Copy full SHA for 8d4b821
src/traces/bar/select.js
@@ -17,7 +17,7 @@ module.exports = function selectPoints(searchInfo, polygon) {
17
var node3 = cd[0].node3;
18
var i;
19
20
- if(trace.visible !== true) return;
+ if(trace.visible !== true) return [];
21
22
if(polygon === false) {
23
// clear selection
0 commit comments