Browse Source

Fixed an error in the configurator option `throttleRedraw`

webworkersNetwork
jos 9 years ago
parent
commit
05a6021395
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      lib/timeline/optionsGraph2d.js
  2. +1
    -1
      lib/timeline/optionsTimeline.js

+ 1
- 1
lib/timeline/optionsGraph2d.js View File

@ -215,7 +215,7 @@ let configureOptions = {
},
autoResize: true,
throttleRedraw: 0,
throttleRedraw: [10, 0, 1000, 10],
clickToUse: false,
end: '',
format: {

+ 1
- 1
lib/timeline/optionsTimeline.js View File

@ -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: {

Loading…
Cancel
Save