diff --git a/lib/timeline/component/LineGraph.js b/lib/timeline/component/LineGraph.js index 2bf80722..bfdbaeb2 100644 --- a/lib/timeline/component/LineGraph.js +++ b/lib/timeline/component/LineGraph.js @@ -26,7 +26,6 @@ function LineGraph(body, options) { this.defaultOptions = { yAxisOrientation: 'left', defaultGroup: 'default', - groupOrder: 'order', sort: true, sampling: true, stack: false, diff --git a/lib/timeline/optionsGraph2d.js b/lib/timeline/optionsGraph2d.js index ef139c20..978624a2 100644 --- a/lib/timeline/optionsGraph2d.js +++ b/lib/timeline/optionsGraph2d.js @@ -27,7 +27,6 @@ let allOptions = { //globals : yAxisOrientation: {string:['left','right']}, defaultGroup: {string}, - groupOrder: {string, 'function': 'function'}, sort: {boolean}, sampling: {boolean}, stack:{boolean},