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
Unto Kuuranne
1b11aae7fb
Make scaling factor of selected edges configurable via widthSelectionMultiplier
10 years ago
Alex de Mulder
424df3caaa
extended selection API, deprecated setSelection as per #174
10 years ago
Alex de Mulder
1224a3cf0a
added editing of edges with the data manipulation, as suggested by #169
10 years ago
Alex de Mulder
aa52bdd84b
added dragNodes option. Renamed dragGraph option.
10 years ago
Alex de Mulder
2f903e08c2
graph3d functional
10 years ago
Alex de Mulder
d7efac9fb3
updated docs
10 years ago
Alex de Mulder
23239912f7
added hover events
10 years ago
Alex de Mulder
6ef3cdb582
added hover styles and options
10 years ago
Alex de Mulder
85b062cbc5
Added focusOnNode function #139
10 years ago
Alex de Mulder
904e7cfb0d
added zoomable and moveable
10 years ago
Alex de Mulder
abea9085a5
restored setOptions, removed reset of view.
10 years ago
Alex de Mulder
0b6f0aeeb7
rephrased docs
10 years ago
Alex de Mulder
536c2220df
added option to setOptions to avoid resetting view.
10 years ago
Alex de Mulder
64a3f36924
added events viewChanged and zoom.
10 years ago
Alex de Mulder
6c7e6968bc
added DOMtoCanvas and canvasToDOM
10 years ago
Alex de Mulder
69fceb3931
added arrowScaleFactor per #99
10 years ago
Alex de Mulder
900220c087
bugfixes for IE9, style fixes
10 years ago
Alex de Mulder
fa1c6a0b5d
added localization options
10 years ago
Javier Rey
9587e9a79c
Edges fontFill customization
10 years ago
Tim Pettersen
2eedbe858a
Tooltips are only suppressed when a title function returns undefined.
10 years ago
Tim Pettersen
fc8a5b3180
Allow customization of tooltip styling.
10 years ago
Tim Pettersen
a3b1997df1
Allow Node and Edge title values to be the result of a function.
10 years ago
Alex de Mulder
38d8964c0e
updated docs for freezeForStabilization
10 years ago
Alex de Mulder
cbaf7587cc
added stabilized event to trigger storePositions()
10 years ago
Alex de Mulder
bf347b0ec3
added edge.length and node.mass to docs.
10 years ago
Alex de Mulder
7754c2363f
Clarified docs, stressing the css file is required to use the navigation and manipulation features of graph. ( #55 )
10 years ago
Alex de Mulder
de722f7580
added edge color options per #54
10 years ago
Alex de Mulder
18c04cebc0
added note on top for physics config
10 years ago
Alex de Mulder
9138fc7000
renamed loadXYinDataset to storePosition
10 years ago