Browse Source

Remove non-implemented option again.

codeClimate
Ludo Stellingwerff 8 years ago
parent
commit
4c721d4cfb
2 changed files with 0 additions and 2 deletions
  1. +0
    -1
      lib/timeline/component/LineGraph.js
  2. +0
    -1
      lib/timeline/optionsGraph2d.js

+ 0
- 1
lib/timeline/component/LineGraph.js View File

@ -26,7 +26,6 @@ function LineGraph(body, options) {
this.defaultOptions = {
yAxisOrientation: 'left',
defaultGroup: 'default',
groupOrder: 'order',
sort: true,
sampling: true,
stack: false,

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

@ -27,7 +27,6 @@ let allOptions = {
//globals :
yAxisOrientation: {string:['left','right']},
defaultGroup: {string},
groupOrder: {string, 'function': 'function'},
sort: {boolean},
sampling: {boolean},
stack:{boolean},

Loading…
Cancel
Save