This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-vis
mirror of
https://github.com/jrtechs/vis.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
82
Wiki
Activity
Browse Source
Fix typo, default position of right hand legend is top-right.
codeClimate
Ludo Stellingwerff
8 years ago
parent
5e8b98d4b6
commit
bb1e00878d
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
:
{
right
:
{
visible
:
true
,
visible
:
true
,
position
:
'top-
lef
t'
// top/bottom - left,center,right
position
:
'top-
righ
t'
// top/bottom - left,center,right
}
}
}
}
Write
Preview
Loading…
Cancel
Save