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.4.1
v3_develop
v3.4.1
jos
10 years ago
parent
72cbed1eac
commit
267cd2b1ac
8 changed files
with
24957 additions
and
24717 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
HISTORY.md
+1
-1
bower.json
+24941
-24701
dist/vis.js
+1
-1
dist/vis.map
+1
-1
dist/vis.min.css
+10
-10
dist/vis.min.js
+1
-1
examples/graph2d/15_streaming_data.html
+1
-1
package.json
+ 1
- 1
HISTORY.md
View File
@ -2,7 +2,7 @@
http://visjs.org
##
not yet released
, version 3.4.1
##
2014-10-11
, version 3.4.1
### Network
+ 1
- 1
bower.json
View File
@ -1,6 +1,6 @@
{
"name"
:
"vis"
,
"version"
:
"3.4.1
-SNAPSHOT
"
,
"version"
:
"3.4.1"
,
"main"
:
[
"dist/vis.min.js"
,
"dist/vis.min.css"
]
,
"description"
:
"A dynamic, browser-based visualization library."
,
"homepage"
:
"http://visjs.org/"
,
+ 24941
- 24701
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
+ 1
- 1
dist/vis.min.css
File diff suppressed because it is too large
View File
+ 10
- 10
dist/vis.min.js
File diff suppressed because it is too large
View File
+ 1
- 1
examples/graph2d/15_streaming_data.html
View File
@ -109,7 +109,7 @@
var interval = range.end - range.start;
var oldIds = dataset.getIds({
filter: function (item) {
return item.x
<
range.start
-
interval
;
/
/
changed
so
you
don
'
t
see
them
disappearing
return item.x
<
range.start
-
interval
;
}
});
dataset.remove(oldIds);
+ 1
- 1
package.json
View File
@ -1,6 +1,6 @@
{
"name"
:
"vis"
,
"version"
:
"3.4.1
-SNAPSHOT
"
,
"version"
:
"3.4.1"
,
"description"
:
"A dynamic, browser-based visualization library."
,
"homepage"
:
"http://visjs.org/"
,
"repository"
:
{
Write
Preview
Loading…
Cancel
Save