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 620f74f commit 7acd618Copy full SHA for 7acd618
R/utils.R
@@ -456,7 +456,6 @@ setup_trigger_tooltips <- function(plot, ns) {
456
paste0(
457
"function(el) {
458
const targetDiv = document.querySelector('#", ns("plot"), " .modebar-group:nth-child(4)');
459
- console.log(el.data);
460
if (targetDiv) {
461
const button = document.createElement('button');
462
button.setAttribute('data-count', '0');
0 commit comments