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
Fixed ./dist folder being ignored (needed for bower)
css_transitions
v0.5.0
josdejong
10 years ago
parent
ca7cf0a5fb
commit
88a12e486f
18 changed files
with
22311 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
.gitignore
BIN
dist/img/graph/acceptDeleteIcon.png
BIN
dist/img/graph/addNodeIcon.png
BIN
dist/img/graph/backIcon.png
BIN
dist/img/graph/connectIcon.png
BIN
dist/img/graph/cross.png
BIN
dist/img/graph/cross2.png
BIN
dist/img/graph/deleteIcon.png
BIN
dist/img/graph/downArrow.png
BIN
dist/img/graph/editIcon.png
BIN
dist/img/graph/leftArrow.png
BIN
dist/img/graph/minus.png
BIN
dist/img/graph/plus.png
BIN
dist/img/graph/rightArrow.png
BIN
dist/img/graph/upArrow.png
BIN
dist/img/graph/zoomExtends.png
+22279
-0
dist/vis.js
+32
-0
dist/vis.min.js
+ 0
- 1
.gitignore
View File
@ -5,4 +5,3 @@ node_modules
.settings/org.eclipse.wst.jsdt.ui.superType.container
.settings/org.eclipse.wst.jsdt.ui.superType.name
npm-debug.log
dist/
BIN
dist/img/graph/acceptDeleteIcon.png
View File
Before
After
Width:
24
| Height:
24
| Size:
20 KiB
BIN
dist/img/graph/addNodeIcon.png
View File
Before
After
Width:
24
| Height:
24
| Size:
20 KiB
BIN
dist/img/graph/backIcon.png
View File
Before
After
Width:
24
| Height:
24
| Size:
20 KiB
BIN
dist/img/graph/connectIcon.png
View File
Before
After
Width:
24
| Height:
24
| Size:
20 KiB
BIN
dist/img/graph/cross.png
View File
Before
After
Width:
7
| Height:
7
| Size:
18 KiB
BIN
dist/img/graph/cross2.png
View File
Before
After
Width:
5
| Height:
5
| Size:
17 KiB
BIN
dist/img/graph/deleteIcon.png
View File
Before
After
Width:
24
| Height:
24
| Size:
20 KiB
BIN
dist/img/graph/downArrow.png
View File
Before
After
Width:
30
| Height:
30
| Size:
4.4 KiB
BIN
dist/img/graph/editIcon.png
View File
Before
After
Width:
24
| Height:
24
| Size:
20 KiB
BIN
dist/img/graph/leftArrow.png
View File
Before
After
Width:
30
| Height:
30
| Size:
4.4 KiB
BIN
dist/img/graph/minus.png
View File
Before
After
Width:
30
| Height:
30
| Size:
4.0 KiB
BIN
dist/img/graph/plus.png
View File
Before
After
Width:
30
| Height:
30
| Size:
4.2 KiB
BIN
dist/img/graph/rightArrow.png
View File
Before
After
Width:
30
| Height:
30
| Size:
4.4 KiB
BIN
dist/img/graph/upArrow.png
View File
Before
After
Width:
30
| Height:
30
| Size:
4.4 KiB
BIN
dist/img/graph/zoomExtends.png
View File
Before
After
Width:
30
| Height:
30
| Size:
4.4 KiB
+ 22279
- 0
dist/vis.js
File diff suppressed because it is too large
View File
+ 32
- 0
dist/vis.min.js
File diff suppressed because it is too large
View File
Write
Preview
Loading…
Cancel
Save