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 3.6.0
v3_develop
v3.6.0
jos
10 years ago
parent
727031283c
commit
01ef3b45cc
7 changed files
with
25785 additions
and
25782 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
HISTORY.md
+1
-1
bower.json
+25766
-25764
dist/vis.js
+1
-1
dist/vis.map
+14
-14
dist/vis.min.js
+1
-0
lib/timeline/Graph2d.js
+1
-1
package.json
+ 1
- 1
HISTORY.md
View File
@ -1,7 +1,7 @@
# vis.js history
http://visjs.org
## 2014-
09-16, version 3.5.1 SNAPSHOT, not yet released
## 2014-
10-21, version 3.6.0
### Network
+ 1
- 1
bower.json
View File
@ -1,6 +1,6 @@
{
"name"
:
"vis"
,
"version"
:
"3.
5
.0"
,
"version"
:
"3.
6
.0"
,
"main"
:
[
"dist/vis.min.js"
,
"dist/vis.min.css"
]
,
"description"
:
"A dynamic, browser-based visualization library."
,
"homepage"
:
"http://visjs.org/"
,
+ 25766
- 25764
dist/vis.js
File diff suppressed because it is too large
View File
+ 1
- 1
dist/vis.map
File diff suppressed because it is too large
View File
+ 14
- 14
dist/vis.min.js
File diff suppressed because it is too large
View File
+ 1
- 0
lib/timeline/Graph2d.js
View File
@ -55,6 +55,7 @@ function Graph2d (container, items, groups, options) {
off
:
this
.
off
.
bind
(
this
)
,
emit
:
this
.
emit
.
bind
(
this
)
}
,
hiddenDates
:
[
]
,
util
:
{
snap
:
null
,
// will be specified after TimeAxis is created
toScreen
:
me
.
_toScreen
.
bind
(
me
)
,
+ 1
- 1
package.json
View File
@ -1,6 +1,6 @@
{
"name"
:
"vis"
,
"version"
:
"3.
5
.0"
,
"version"
:
"3.
6
.0"
,
"description"
:
"A dynamic, browser-based visualization library."
,
"homepage"
:
"http://visjs.org/"
,
"repository"
:
{
Write
Preview
Loading…
Cancel
Save