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 cluster bug
flowchartTest
Alex de Mulder
9 years ago
parent
ea6603606d
commit
b8502f2130
2 changed files
with
517 additions
and
434 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+515
-434
dist/vis.js
+2
-0
lib/network/modules/Clustering.js
+ 515
- 434
dist/vis.js
File diff suppressed because it is too large
View File
+ 2
- 0
lib/network/modules/Clustering.js
View File
@ -9,6 +9,8 @@ class ClusterEngine {
this
.
options
=
{
}
;
this
.
defaultOptions
=
{
}
;
util
.
extend
(
this
.
options
,
this
.
defaultOptions
)
;
this
.
body
.
emitter
.
on
(
'_resetData'
,
(
)
=>
{
this
.
clusteredNodes
=
{
}
;
}
)
}
setOptions
(
options
)
{
Write
Preview
Loading…
Cancel
Save