We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40b8583 commit f00fcb2Copy full SHA for f00fcb2
inst/htmlwidgets/plotly.js
@@ -447,8 +447,6 @@ HTMLWidgets.widget({
447
}
448
449
450
- //console.log(e.value);
451
-
452
// accumulate history for persistent selection
453
if (!x.highlight.persistent) {
454
selectionHistory = [event];
@@ -473,9 +471,7 @@ HTMLWidgets.widget({
473
471
// Set a crosstalk variable selection value, triggering an update
474
472
var turnOn = function(e) {
475
if (e) {
476
477
var selectedKeys = pointsToKeys(e.points);
478
- console.log(selectedKeys);
479
// Keys are group names, values are array of selected keys from group.
480
for (var set in selectedKeys) {
481
if (selectedKeys.hasOwnProperty(set)) {
0 commit comments