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
remove extra comma
codeClimate
Yotam Berkowitz
8 years ago
parent
16cfa8c112
commit
8e34b482b9
17 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
BIN
dist/img/network/acceptDeleteIcon.png
BIN
dist/img/network/addNodeIcon.png
BIN
dist/img/network/backIcon.png
BIN
dist/img/network/connectIcon.png
BIN
dist/img/network/cross.png
BIN
dist/img/network/cross2.png
BIN
dist/img/network/deleteIcon.png
BIN
dist/img/network/downArrow.png
BIN
dist/img/network/editIcon.png
BIN
dist/img/network/leftArrow.png
BIN
dist/img/network/minus.png
BIN
dist/img/network/plus.png
BIN
dist/img/network/rightArrow.png
BIN
dist/img/network/upArrow.png
BIN
dist/img/network/zoomExtends.png
BIN
dist/img/timeline/delete.png
+1
-1
examples/timeline/interaction/animateWindow.html
BIN
dist/img/network/acceptDeleteIcon.png
View File
Before
After
Width:
24
| Height:
24
| Size:
20 KiB
BIN
dist/img/network/addNodeIcon.png
View File
BIN
dist/img/network/backIcon.png
View File
Before
After
Width:
24
| Height:
24
| Size:
20 KiB
BIN
dist/img/network/connectIcon.png
View File
Before
After
Width:
24
| Height:
24
| Size:
20 KiB
BIN
dist/img/network/cross.png
View File
Before
After
Width:
7
| Height:
7
| Size:
18 KiB
BIN
dist/img/network/cross2.png
View File
Before
After
Width:
5
| Height:
5
| Size:
17 KiB
BIN
dist/img/network/deleteIcon.png
View File
Before
After
Width:
24
| Height:
24
| Size:
20 KiB
BIN
dist/img/network/downArrow.png
View File
Before
After
Width:
30
| Height:
30
| Size:
4.4 KiB
BIN
dist/img/network/editIcon.png
View File
Before
After
Width:
24
| Height:
24
| Size:
20 KiB
BIN
dist/img/network/leftArrow.png
View File
Before
After
Width:
30
| Height:
30
| Size:
4.4 KiB
BIN
dist/img/network/minus.png
View File
Before
After
Width:
30
| Height:
30
| Size:
4.0 KiB
BIN
dist/img/network/plus.png
View File
Before
After
Width:
30
| Height:
30
| Size:
4.2 KiB
BIN
dist/img/network/rightArrow.png
View File
Before
After
Width:
30
| Height:
30
| Size:
4.4 KiB
BIN
dist/img/network/upArrow.png
View File
Before
After
Width:
30
| Height:
30
| Size:
4.4 KiB
BIN
dist/img/network/zoomExtends.png
View File
Before
After
Width:
30
| Height:
30
| Size:
4.4 KiB
BIN
dist/img/timeline/delete.png
View File
Before
After
Width:
16
| Height:
16
| Size:
665 B
+ 1
- 1
examples/timeline/interaction/animateWindow.html
View File
@ -58,7 +58,7 @@
start: '2014-01-10',
end: '2014-02-10',
editable: true,
showCurrentTime: true
,
showCurrentTime: true
};
var timeline = new vis.Timeline(container, items, options);
Write
Preview
Loading…
Cancel
Save