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
Clustering FINAL
css_transitions
Alex de Mulder
10 years ago
parent
ba1dbb468c
commit
4a619362e4
2 changed files
with
0 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
dist/vis.js
+0
-2
src/graph/ClusterMixin.js
+ 0
- 2
dist/vis.js
View File
@ -11201,8 +11201,6 @@ var ClusterMixin = {
this
.
_updateNodeIndexList
(
)
;
}
this
.
previousScale
=
this
.
scale
;
// rest of the update the index list, dynamic edges and labels
+ 0
- 2
src/graph/ClusterMixin.js
View File
@ -169,8 +169,6 @@ var ClusterMixin = {
this
.
_updateNodeIndexList
(
)
;
}
this
.
previousScale
=
this
.
scale
;
// rest of the update the index list, dynamic edges and labels
Write
Preview
Loading…
Cancel
Save