jos
c56134cd91
Released version 3.9.0
9 years ago
Alex de Mulder
bb9334e6fd
minor tweaks
9 years ago
Brendon Page
0ab6febf58
Updated circularImage node shape to render a circle, of the default radius, when images are loading or have failed to load
Fixed issue where multi line labels for image and circularImage nodes would overlap the node
9 years ago
Alex de Mulder
74e58d668c
- Added labelAlignment option to edges. Thanks @T-rav ! merged #566
9 years ago
Alex de Mulder
f5fce4efc8
cleaned up hierarchical code
9 years ago
Alex de Mulder
88669ae03b
started implementation new hierarchical layout algorithm
9 years ago
Alex de Mulder
b76976c3fe
fixed example
9 years ago
Alex de Mulder
764177417d
added example 36, html in nodes
9 years ago
Alex de Mulder
d5b6371bae
merged pull #554
9 years ago
Alex de Mulder
a8300f0324
removed redundant line of code
9 years ago
jos
3915e9c00c
Made TimeAxis robust against old versions of moment.js. Updated to moment.js 2.9.0
9 years ago
Alex de Mulder
1bba690963
added Bart to the example 34!
9 years ago
Brendon Page
510077602b
Added an example for circular images.
9 years ago
Alex de Mulder
83f7612954
reverted example... again..
9 years ago
Alex de Mulder
9f29b0ad57
- When hovering over a node that does not have a title, the title of one of the connected edges that HAS a title is no longer shown.
9 years ago
Alex de Mulder
fdcd64186f
reverted example... again..
9 years ago
Alex de Mulder
fe70721ed7
reverted example, updated history
9 years ago
Alex de Mulder
3a27e55c3a
altered behaviour of groups, properties are now extended instead of copied. #477
9 years ago
Alex de Mulder
cd7c71a31e
- Made nodes who lost their color revert back to default.
9 years ago
Alex de Mulder
722300be8d
reverted example
9 years ago
Alex de Mulder
d342e9482a
Added a check so only one 'activator' overlay is created on clickToUse.
9 years ago
Alex de Mulder
5c16cf00f8
added bounding box to image node style
9 years ago
Alex de Mulder
cf55b328a0
changed title of example
10 years ago
Alex de Mulder
cad2b17629
Added zoomExtentOnStabilize option to network. fixed ex 17
10 years ago
Alex de Mulder
e5481cdb04
- dragEnd event now does not give the selected nodes if only the viewport has been dragged #453
10 years ago
Alex de Mulder
6d20187feb
added alignZeros
10 years ago
Alex de Mulder
5a023f8077
reverted example
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
aac382fc1c
fixed arrowheads not being colored
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
b994f42e37
- tweaked add edge manipulation
10 years ago
Alex de Mulder
fe9383bb3d
fixed dataAxis not showing large numbers correctly #313
10 years ago
Alex de Mulder
4fa0b995bc
updated the fixed property of Nodes. You can now always unfix it with allowedToMove #303
10 years ago
Alex de Mulder
c2866fb50c
- Fixed minor bug in positioning of fontFill of nodes with certain shapes.
10 years ago
Alex de Mulder
9df59e87ca
- added locked to focusOnNode
10 years ago
Alex de Mulder
832a0aa2fa
- fixed cleanup of manipulation mixin
10 years ago
Alex de Mulder
1c1250ff74
- fixed possible cause for freezing graph when animating
10 years ago
Alex de Mulder
a330905149
updated example
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
Alex de Mulder
297c74f846
updated example, updated history
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
jos
8b1a90cc9f
Updated version number to 3.3.1-SNAPSHOT. Fixed moment.js urls in some examples. Fixed position issue with close button of the Network manipulation menu
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
Alex de Mulder
66c788b9b4
changed movement parameter to only say stabilized if the support nodes are stabilized as well, though retaining the demand that both nodes and support nodes are stabilized before emitting event and stopping simulation.
10 years ago
jos
8965e56a50
Stabilized event firing repeatedly again
10 years ago
jos
37e5003f2c
- Fixed the `'stabilized'` event, it's now guaranteed to fire only once and fire after the graph is fully stabilized.
- Fixed an initial rendering before the graph has been stabilized (introduced at fixing #131 ).
10 years ago
Alex de Mulder
b0eecf471e
reverting example
10 years ago