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
git ignore dist/;
fixes
#2181
codeClimate
Alexander Wunschik
8 years ago
parent
dd324da2a2
commit
9b83948848
27 changed files
with
3 additions
and
47709 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
.gitignore
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
+0
-33
dist/vis-graph3d.min.js
+0
-1
dist/vis-network.min.css
+0
-41
dist/vis-network.min.js
+0
-1
dist/vis-timeline-graph2d.min.css
+0
-39
dist/vis-timeline-graph2d.min.js
+0
-1324
dist/vis.css
+0
-46223
dist/vis.js
+0
-1
dist/vis.map
+0
-1
dist/vis.min.css
+0
-45
dist/vis.min.js
+ 3
- 0
.gitignore
View File
@ -10,3 +10,6 @@ npm-debug.log
# vim temporary files
.*.sw[op]
test/
#vis deployment files
dist/
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
Before
After
Width:
24
| Height:
24
| Size:
20 KiB
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
+ 0
- 33
dist/vis-graph3d.min.js
File diff suppressed because it is too large
View File
+ 0
- 1
dist/vis-network.min.css
File diff suppressed because it is too large
View File
+ 0
- 41
dist/vis-network.min.js
File diff suppressed because it is too large
View File
+ 0
- 1
dist/vis-timeline-graph2d.min.css
File diff suppressed because it is too large
View File
+ 0
- 39
dist/vis-timeline-graph2d.min.js
File diff suppressed because it is too large
View File
+ 0
- 1324
dist/vis.css
File diff suppressed because it is too large
View File
+ 0
- 46223
dist/vis.js
File diff suppressed because it is too large
View File
+ 0
- 1
dist/vis.map
File diff suppressed because it is too large
View File
+ 0
- 1
dist/vis.min.css
File diff suppressed because it is too large
View File
+ 0
- 45
dist/vis.min.js
File diff suppressed because it is too large
View File
Write
Preview
Loading…
Cancel
Save