From 37f93c810b421b2e499c9446f8968e06ced4a827 Mon Sep 17 00:00:00 2001 From: jos Date: Thu, 28 May 2015 15:10:20 +0200 Subject: [PATCH] Disable `yAxisOrientation` in configurator. (isn't stable) --- lib/timeline/optionsGraph2d.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/timeline/optionsGraph2d.js b/lib/timeline/optionsGraph2d.js index 5ff1eb42..2f73fc99 100644 --- a/lib/timeline/optionsGraph2d.js +++ b/lib/timeline/optionsGraph2d.js @@ -159,7 +159,7 @@ let allOptions = { let configureOptions = { global: { - yAxisOrientation: ['left','right'], + //yAxisOrientation: ['left','right'], // TDOO: enable as soon as Grahp2d doesn't crash when changing this on the fly sort: true, sampling: true, stack:false,