Skip to content

Commit 7629558

Browse files
authored
Chart: reduce delays on hover (T1309458) (#31408) (#31432)
1 parent 9f1a671 commit 7629558

File tree

1 file changed

+1
-1
lines changed
  • packages/devextreme/js/viz/chart_components

1 file changed

+1
-1
lines changed

packages/devextreme/js/viz/chart_components/tracker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const POINT_CLICK = 'pointClick';
2626
const POINT_DATA = 'chart-data-point';
2727
const SERIES_DATA = 'chart-data-series';
2828
const ARG_DATA = 'chart-data-argument';
29-
const DELAY = 100;
29+
const DELAY = 10;
3030
const HOLD_TIMEOUT = 300;
3131

3232
const NONE_MODE = 'none';

0 commit comments

Comments
 (0)