From 4c721d4cfb664289eb21c054f601a4e7ba23142f Mon Sep 17 00:00:00 2001 From: Ludo Stellingwerff Date: Thu, 10 Dec 2015 15:34:52 +0100 Subject: [PATCH] Remove non-implemented option again. --- lib/timeline/component/LineGraph.js | 1 - lib/timeline/optionsGraph2d.js | 1 - 2 files changed, 2 deletions(-) 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},