We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6306e37 commit dbe3097Copy full SHA for dbe3097
src/plots/cartesian/constants.js
@@ -66,7 +66,7 @@ module.exports = {
66
HOVERFONT: 'Arial, sans-serif',
67
68
// minimum time (msec) between hover calls
69
- HOVERMINTIME: 100,
+ HOVERMINTIME: 50,
70
71
// max pixels off straight before a lasso select line counts as bent
72
BENDPX: 1.5
0 commit comments