We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f1a671 commit 7629558Copy full SHA for 7629558
packages/devextreme/js/viz/chart_components/tracker.js
@@ -26,7 +26,7 @@ const POINT_CLICK = 'pointClick';
26
const POINT_DATA = 'chart-data-point';
27
const SERIES_DATA = 'chart-data-series';
28
const ARG_DATA = 'chart-data-argument';
29
-const DELAY = 100;
+const DELAY = 10;
30
const HOLD_TIMEOUT = 300;
31
32
const NONE_MODE = 'none';
0 commit comments