Alex de Mulder
6235267b69
updated docs for better clarity
9 years ago
Alex de Mulder
74e58d668c
- Added labelAlignment option to edges. Thanks @T-rav ! merged #566
9 years ago
Alex de Mulder
d5b6371bae
merged pull #554
9 years ago
Brendon Page
2ebb1a00c3
Updated network documentation to include circularImage shape.
9 years ago
Alex de Mulder
a5151bf65a
- Added getBoundingBox method.
9 years ago
Alex de Mulder
b412764b43
- Fixed Locales docs.
9 years ago
Alex de Mulder
cad2b17629
Added zoomExtentOnStabilize option to network. fixed ex 17
10 years ago
Alex de Mulder
c5be64e558
added destroy method
10 years ago
Chris Dituri
d338591abd
docs/network.html: fix syntax error in various examples using 'options' variable.
- substituted ':' in "var options: {" for a syntactically correct '='.
10 years ago
Alex de Mulder
37c80b1931
- Added pointer properties to the click and the doubleClick events containing the XY coordinates in DOM and canvas space.
10 years ago
Alex de Mulder
564ec9ccd7
improved docs on storePositions
10 years ago
Alex de Mulder
97b2ca51a3
fully depricated setSelection. Improved selectable to respect dragging.
10 years ago
Alex de Mulder
6ca1700087
fixed selectable for network #371
10 years ago
Alex de Mulder
e5394078c7
added oldWidth and oldHeight to resize event
10 years ago
jos
1cd5b0f113
Fixed #355 : Titles support HTML elements
10 years ago
Alex de Mulder
59a32e0a0d
rephrased docs line
10 years ago
Alex de Mulder
ea78ec883c
added startStabilization event
10 years ago
Alex de Mulder
939f8f85da
- Renamed storePosition to storePositions. Added deprication message and old name still works.
- Worked around hammer.js bug with multiple release listeners.
- Improved cleaning up after manipulation toolbar.
- Added getPositions() method to get the position of all nodes.
- Added getCenterCoordinates() method to get the x and y position in canvas space of the center of the view.
10 years ago
Alex de Mulder
7504aa78a2
updated docs to reflect the differences with the allowed to move options
10 years ago
Alex de Mulder
27c8c841e0
added dragStart and dragEnd events
10 years ago
Alex de Mulder
9df59e87ca
- added locked to focusOnNode
10 years ago
Alex de Mulder
33c8941d27
fixed color field in docs
10 years ago
Alex de Mulder
585af3c11c
ammended docs
10 years ago
Alex de Mulder
9521cc347b
added getScale()
10 years ago
Alex de Mulder
1f32cd9a7e
improved example and cleaned up code a little
10 years ago
Alex de Mulder
eec53d0470
- Added animation and camera controls by the method .moveTo()
- Added new event that fires when the animation is finished.
- Added new example showing the new features of animation.
10 years ago
Scott Fairgrieve
edf199a8d3
Updated network.html documentation to include brokenImage property
10 years ago
Alex de Mulder
eae6753c29
type in docs
10 years ago
Alex de Mulder
c1bff7c986
cleaned up docs for network, added fontfill for nodes
10 years ago
Alex de Mulder
6891b4bf2a
cleaned up the setSize function
10 years ago
Alex de Mulder
4751cd5258
Introduced a new layout algorithm for the hierarchical system based on the direction of the edges.
10 years ago
jos
8965e56a50
Stabilized event firing repeatedly again
10 years ago
jos
39b3b6aa73
Updated docs
10 years ago
jos
fca674c14d
Updated docs
10 years ago
Alex de Mulder
7b0feeffc2
fixed broken example links
10 years ago
jos
ab869c1bcd
Renamed option `activatable` to `clickToUse`
10 years ago
jos
55e2004732
Implemented `activatable` support for Network
10 years ago
jos
57374b33aa
Implemented localization for Network
10 years ago
Alex de Mulder
06bf7c265b
- Fixed mass = 0 for nodes.
- Revamped the options system. You can globally set options (network.setOptions) to update
settings of nodes and edges that have not been specifically defined by the individual nodes and edges.
- Disabled inheritColor when color information is set on an edge.
- Tweaked examples.
- Removed the global length property for edges. The edgelength is part of the physics system. Therefore, you have to change
the springLength of the physics system to change the edge length. Individual edge lengths can still be defined.
- Removed global edge length definition form examples.
10 years ago
Alex de Mulder
6cb70ac879
added docs for gephi import, expanded example.
10 years ago
Alex de Mulder
a0ab10085b
added border width option for nodes per #210
10 years ago
Alex de Mulder
043987db15
fire emit every time the network stabilizes, updated history
10 years ago
Alex de Mulder
01856c744e
updated docs and example
10 years ago
Alex de Mulder
eaef289544
Added multiple smoothCurve methods, added hideNodesOnDrag and hideEdgesOnDrag options. Added two examples. Added inheritColor option.
10 years ago
jos
530b770155
Described the used technologies for each of the visualizations
10 years ago
jos
ee7f8ff7c3
Renamed option `dragGraph` to `dragNetwork`
10 years ago
jos
a5dd92d349
Refactored more code from `graph` to `network`
10 years ago
Alex de Mulder
d65fbafcd7
refactor: graph --> network
10 years ago
Alex de Mulder
82fc808d5c
experiment with new hierarchical solver
10 years ago
Unto Kuuranne
2e036406aa
Clarify widthSelectionMultiplier documentation
10 years ago