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
Released version 0.1.0
css_transitions
v0.1.0
josdejong
11 years ago
parent
fd4cf6907e
commit
f50cf6dda8
6 changed files
with
6 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.npmignore
+1
-1
HISTORY.md
+1
-1
bower.json
+1
-1
package.json
+1
-1
vis.js
+1
-1
vis.min.js
+ 1
- 1
.npmignore
View File
@ -3,7 +3,7 @@ src
test
tools
.idea
component
.json
bower
.json
Jakefile.js
.npmignore
.gitignore
+ 1
- 1
HISTORY.md
View File
@ -2,7 +2,7 @@ vis.js history
http://visjs.org
## version 0.1.0
##
2013-06-20,
version 0.1.0
- Added support for DataSet to Graph. Graph now uses an id based set of nodes
and edges instead of a row based array internally. Methods getSelection and
component.json → bower.json
View File
@ -1,6 +1,6 @@
{
"name"
:
"vis"
,
"version"
:
"0.1.0
-SNAPSHOT
"
,
"version"
:
"0.1.0"
,
"description"
:
"A dynamic, browser-based visualization library."
,
"homepage"
:
"http://visjs.org/"
,
"repository"
:
{
+ 1
- 1
package.json
View File
@ -1,6 +1,6 @@
{
"name"
:
"vis"
,
"version"
:
"0.1.0
-SNAPSHOT
"
,
"version"
:
"0.1.0"
,
"description"
:
"A dynamic, browser-based visualization library."
,
"homepage"
:
"http://visjs.org/"
,
"repository"
:
{
+ 1
- 1
vis.js
View File
@ -4,7 +4,7 @@
*
*
A
dynamic
,
browser
-
based
visualization
library
.
*
*
@
version
0.1
.0
-
SNAPSHOT
*
@
version
0.1
.0
*
@
date
2013
-
06
-
20
*
*
@
license
+ 1
- 1
vis.min.js
View File
@ -4,7 +4,7 @@
*
*
A
dynamic
,
browser
-
based
visualization
library
.
*
*
@
version
0.1
.0
-
SNAPSHOT
*
@
version
0.1
.0
*
@
date
2013
-
06
-
20
*
*
@
license
Write
Preview
Loading…
Cancel
Save