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
Merge pull request
#2223
from bradh/rangeoverflowexamplecleanup
Remove stray reference to rangeoverflow in example comment.
codeClimate
yotamberk
8 years ago
committed by
GitHub
parent
95cd631ab7
7e342bd4f0
commit
c1a3f66233
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
examples/timeline/items/pointItems.html
+ 1
- 1
examples/timeline/items/pointItems.html
View File
@ -49,7 +49,7 @@
var options = {
// Set global item type. Type can also be specified for items individually
// Available types: 'box' (default), 'point', 'range'
, 'rangeoverflow'
// Available types: 'box' (default), 'point', 'range'
type: 'point',
showMajorLabels: false
};
Write
Preview
Loading…
Cancel
Save