diff --git a/lib/timeline/optionsGraph2d.js b/lib/timeline/optionsGraph2d.js index 163f5eb2..d5ef4bae 100644 --- a/lib/timeline/optionsGraph2d.js +++ b/lib/timeline/optionsGraph2d.js @@ -215,7 +215,7 @@ let configureOptions = { }, autoResize: true, - throttleRedraw: 0, + throttleRedraw: [10, 0, 1000, 10], clickToUse: false, end: '', format: { diff --git a/lib/timeline/optionsTimeline.js b/lib/timeline/optionsTimeline.js index 06a58552..8f8c829a 100644 --- a/lib/timeline/optionsTimeline.js +++ b/lib/timeline/optionsTimeline.js @@ -136,7 +136,7 @@ let configureOptions = { global: { align: ['center', 'left', 'right'], autoResize: true, - throttleRedraw: 0, + throttleRedraw: [10, 0, 1000, 10], clickToUse: false, // dataAttributes: ['all'], // FIXME: can be 'all' or string[] editable: {