Can I configure double click timing without making a custom build?

I am finding it far too difficult to trigger a double click event, so I would like to relax the timing between clicks. It seems that DBLCLICKDELAY is set to 300ms by default. Can this setting be configured or do I have to make a custom build of PlotlyJS?

2 Likes

You’ll have to make a custom build unfortunately.

Thank you for the quick reply. Consider this a vote for a higher default value for DBLCLICKDELAY. Even when I know that Plotly requires very fast clicks I only succeed in actually triggering a doubleclick about 50% of the time.

1 Like

Take a look at the console, maybe in the verbose mode there are logs that make the double click hard to happen. I had the same issue.