Skip to content

Commit caeabb1

Browse files
committed
chore: better default as a class property
1 parent f34e02a commit caeabb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/datatip-manager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export class DataTipManager {
5858
/**
5959
* config flag denoting if the data tip should be shown when moving the mouse cursor around
6060
*/
61-
showDataTipOnMouseMove = false
61+
showDataTipOnMouseMove = true
6262

6363
/**
6464
* holds the range of the current data tip to prevent unnecessary show/hide calls

0 commit comments

Comments
 (0)