Steven
996298793e
Added getBaseEdge, getClusteredEdges updateEdge and updateClusteredNo… ( #2055 )
* Added getBaseEdge, getClusteredEdges updateEdge and updateClusteredNode to allow option changes of the clustered edges as they are no longer the original base Edge
changing edge color is a good example.
i.e network.clustering.updateEdge(originalEdge.id, {color : '#aa0000'});
will now update all edges including the ones that were created when clustering.
Also when clicking on a clustered edge the event returns the clustered Edge id, which doesn't mean a lot.
This can be now converted back into the original edge with
network.clustering.getBaseEdge(clusteredEdge.id)
Similar with updateClusteredNode
This new method allows the options to be changed on a clustered Node.
i.e clicking on a clustered node gives its clustered node id.
Want to change the clustered image to a star then do this
network.clustering.updateClusteredNode(clusteredNodeId, {shape : 'star'});
* Updated docs with getClusteredEdge, getBaseEdge, updateEdge and updateClusteredNode
Also added method subsections into contents
* Added better error handling to updateEdge and updateClusteredNodes
corrected errors spotted by @mojoaxel
* Added example html demonstrating getBaseEdge, getClusteredEdges updateEdge and updateClusteredNode
8 years ago
jos
8e180da2a2
Fixed #1634 : several minor HTML/CSS bugs
9 years ago
Alex de Mulder
ceac4bf6a4
- Fixed #1529 , clustering and declustering now respects the original settings of the edges for physics and hidden.
9 years ago
Maxime Douailin
998bfac3f7
make edges and nodes parameters optional. dead vars removal
9 years ago
Maxime Douailin
572cafb1da
updated doc with new setSelection method
9 years ago
Alex de Mulder
9781185fcb
updated docs
9 years ago
jos
d97bb0db68
Fixed #1267 : wrong description for `clickToUse`
9 years ago
Uli Fahrer
0a82942401
Add German locale to network
9 years ago
Aitor Gómez-Goiri
01e5763b0c
Updating documentation to mention Spanish locale
9 years ago
Alex de Mulder
50235111e6
added moveNode method
9 years ago
AlexDM0
6f665f42d0
fixed doc links
9 years ago
Alex de Mulder
c507a590be
made all search go buttons a live search instead of submit
9 years ago
Alex de Mulder
f7d1b46753
added configChange event
9 years ago
Alex de Mulder
5c411a9366
polising the network docs a little
9 years ago
Alex de Mulder
5f46591919
unfolded tabs
9 years ago
Alex de Mulder
a85d04683b
added live update for search
9 years ago
Felix Hayashi
be603b01dd
yay! new search for visjs.org
see #909
9 years ago
Felix Hayashi
fe9086b38e
added breadcrumbs to all pages
9 years ago
Alex de Mulder
ace45e6c2e
- Added getOptionsFromConfigurator method.
9 years ago
Alex de Mulder
c28051b1a8
- Added blurEdge and hoverEdge events.
9 years ago
Alex de Mulder
f17401c03d
expanded docs, added buttons, fixed titles
9 years ago
Alex de Mulder
4f17eb4f3e
expanded docs
9 years ago
Alex de Mulder
e96d228ab8
Added releaseFunction to openCluster.
9 years ago
jos
6ef9d20a7a
Fixed two links
9 years ago
jos
0e915c1366
Removed a broken link
9 years ago
jos
1c8e8dba31
Moved the code blocks describing event properties to the 3rd column
9 years ago
jos
e987f9ce87
Put docs on importing from Gephi and DOT language under one tab
9 years ago
Alex de Mulder
2fd1f4f923
- Fixed hoverNode and blurNode events and added them to the docs.
9 years ago
Alex de Mulder
09d7d4bb53
- Fixed bug with the moveTo and getViewPosition methods.
9 years ago
Alex de Mulder
9c7eba9d71
fixed little bug in configurator
9 years ago
Alex de Mulder
aa12cea8b6
Fixed #860 , edit node mode now works as it should.
9 years ago
jos
d6216bb6e5
Removed menu item Documentation
9 years ago
Alex de Mulder
112c97559d
updated docs, examples, history
9 years ago
Alex de Mulder
7099dd13f7
renamed getEdges to getConnectedEdges, made getConnectedNodes also work for edges
9 years ago
Alex de Mulder
50f6dbc0e7
fixed bug in clustering! woohoo! added event on off once to docs. more examples
9 years ago
Alex de Mulder
ad2d70ed8b
fixed numerous clustering bugs, added more examples, numerous other bug fixes
9 years ago
jos
ab4e93c5cd
Minor tweak
9 years ago
jos
c131c084cc
Refactored table columns "mid"
9 years ago
jos
350f05090f
Doc styling tweaks
9 years ago
Alex de Mulder
cc3e12ad66
added another solver based on barnesHut but with some of the forceAtlas2 equations
9 years ago
Alex de Mulder
41d51c2c11
added fields to docs
9 years ago
Alex de Mulder
14c4a10c9b
added dot and gephi parser to docs, need to include examples in the docs everywhere. Added working example code at the top of the docs and link to example 1
9 years ago
Alex de Mulder
f81b41c16b
fixed docs (added tabs) fixed gephiparser, fixed edges, labels on selfreferenced edges, fixed dotlanguage
9 years ago
Alex de Mulder
85350c02a6
restructured networks docs again, collapsible methods
format for graph2d is now a function.
9 years ago
Alex de Mulder
36a0822692
collapsible methods, experiment...
9 years ago
Alex de Mulder
b075115f2d
changed docs, collected methods and events
9 years ago
jos
0c9703016c
Reviewed/updated all timeline examples
9 years ago
Alex de Mulder
7fc617faa7
reformatted options for graph2d dataAxis, docs to follow. New docs have statically linked menu bars, switched to uuid library for uuid v4 rfc4122 UUIDs ( #432 )
9 years ago
Alex de Mulder
85931ba623
gave docs googleanalytics.js
9 years ago
Alex de Mulder
d4d928d250
finalized all methods and adde3d more docs
9 years ago