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, autoResize: true,
throttleRedraw: 0,
throttleRedraw: [10, 0, 1000, 10],
clickToUse: false, clickToUse: false,
end: '', end: '',
format: { format: {

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

@ -136,7 +136,7 @@ let configureOptions = {
global: { global: {
align: ['center', 'left', 'right'], align: ['center', 'left', 'right'],
autoResize: true, autoResize: true,
throttleRedraw: 0,
throttleRedraw: [10, 0, 1000, 10],
clickToUse: false, clickToUse: false,
// dataAttributes: ['all'], // FIXME: can be 'all' or string[] // dataAttributes: ['all'], // FIXME: can be 'all' or string[]
editable: { editable: {

Loading…
Cancel
Save