Browse Source

Disable `yAxisOrientation` in configurator. (isn't stable)

flowchartTest
jos 9 years ago
parent
commit
37f93c810b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/timeline/optionsGraph2d.js

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

@ -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,

Loading…
Cancel
Save