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
2abfcd8261
Fixed physics stopping conditions, updated history #255
10 years ago
Alex de Mulder
4ad7165bb7
Added barChart overlap functions
10 years ago
jos
c39c41f549
Removed a weird character
10 years ago
Alex de Mulder
22a76cf2e3
fixed typo's in example 29, fixed group id 0 not used
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
72105bf73b
fixed edge edit nodes
10 years ago
jos
0f14626db5
Updated version number to 3.1.0
10 years ago
Alex de Mulder
cd131960dc
added few examples, added gephi parser (JSON), added JSON get for dataset
10 years ago
Alex de Mulder
4e25648e3b
removed console.log debug
10 years ago
Alex de Mulder
a0ab10085b
added border width option for nodes per #210
10 years ago
Alex de Mulder
e3068abf78
fixed dot radius bug per #208
10 years ago
jos
72dfc0c45f
Reworked all code to commonjs modules. Replaced the build script with Gulp
10 years ago
jos
f0a5b12593
Moved source code from `/src/` to `/lib/`
10 years ago
Alex de Mulder
4ff78bf0e3
checked refactor, fixed bug multiline comment
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
17a6f6bb74
fixed multiline labels per #184
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
f998388c84
minor bugfixes for git issues #157 #158 #159
10 years ago
Alex de Mulder
6ef3cdb582
added hover styles and options
10 years ago
Alex de Mulder
5e6718b164
updated history, added function documentation
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
edfa132fce
hierarchical layout is now recalculated on addition and removal of node or edge and edit of edge
10 years ago
Alex de Mulder
69dfd22d58
experiment
10 years ago
Alex de Mulder
f3f718565b
fixed bug per #70
10 years ago
Alex de Mulder
6629d298ec
fixed positioning bug, positioning doesnt need manipulation hack anymore.
10 years ago
Alex de Mulder
4cf6814f09
added loadXYinDataset() and seperated allowedToMove into X and Y parts
10 years ago
Alex de Mulder
8a3c45eab9
added hierarchical layout
10 years ago
Alex de Mulder
9f643b964c
tweaks and minor bugfix
10 years ago
Alex de Mulder
2c6928d256
Tweaked physics system, added documentation for all new features (physics, manipulation, smooth) made all GUI elements CSS and HTML.
10 years ago
Alex de Mulder
d3506a82b3
refactoring, altered data manipulation, added callbacks and triggers, inserted temporary function overloading
10 years ago
Alex de Mulder
0bd417bdec
finalized smooth edges and force calculation
10 years ago
Alex de Mulder
48b9499a3c
Added smooth curve support for center arrow and arrow.
10 years ago
Alex de Mulder
fc95490f8a
Finalized Barnes Hut force calculation, set it to default. Completed smooth curves. Added comments.
10 years ago
Alex de Mulder
4b367b512c
added most of smooth curve system. Check example 16 for bug related to size.
10 years ago
Alex de Mulder
4a08269699
mixin refactoring, added cluster normalization, tweaked forces, separated forces for repulsion and barnes hut
10 years ago
Alex de Mulder
da444af45e
fixed BUG! barnes hut functional but slower than almende linear approx algorithm. Now to fix the naming of functions and explain code...
10 years ago
Alex de Mulder
45692d8681
Modified code structure, fixed barnes Hut bugs
10 years ago
Alex de Mulder
2da8641aaa
failed experiment to use branes Hut with repulsionfields. reverting.
10 years ago
Alex de Mulder
984f2efafb
Added Barnes-Hut force model. Main slowdown is in the drawing now..
10 years ago
josdejong
2feb514a2a
Implemented dragging items
10 years ago
Alex de Mulder
e8597bcbeb
WIP manipulate dataset for graph
10 years ago
josdejong
3c10c6d071
Renamed UI* stuff to Navigation
10 years ago
Alex de Mulder
5e93c44279
refactoring, constants names, fixed trello notes
10 years ago
Alex de Mulder
d8ec131e38
fixed trello bugs: rewrote setSelection, tweaked forces and damping, grav point is fixed in space now
10 years ago
Alex de Mulder
d592459bc2
added Dynamic UI icon URL
10 years ago
Alex de Mulder
3e9b13c1db
fixed ZoomToFit, tweaked force calculation
10 years ago
Alex de Mulder
fdd7e7b2fc
corrected discreet step and scaled forces
10 years ago