Browse Source

Fix typo, default position of right hand legend is top-right.

codeClimate
Ludo Stellingwerff 8 years ago
parent
commit
bb1e00878d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/timeline/component/Legend.js

+ 1
- 1
lib/timeline/component/Legend.js View File

@ -18,7 +18,7 @@ function Legend(body, options, side, linegraphOptions) {
},
right: {
visible: true,
position: 'top-left' // top/bottom - left,center,right
position: 'top-right' // top/bottom - left,center,right
}
}

Loading…
Cancel
Save