Skip to content

Commit 7191173

Browse files
committed
Merge pull request #514 from ubershmekel/patch-2
Make chart mouse hover feel responsive
2 parents 123e453 + dbe3097 commit 7191173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/plots/cartesian/constants.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ module.exports = {
6666
HOVERFONT: 'Arial, sans-serif',
6767

6868
// minimum time (msec) between hover calls
69-
HOVERMINTIME: 100,
69+
HOVERMINTIME: 50,
7070

7171
// max pixels off straight before a lasso select line counts as bent
7272
BENDPX: 1.5

0 commit comments

Comments
 (0)