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 |
jos
|
ee7f8ff7c3
|
Renamed option `dragGraph` to `dragNetwork`
|
10 years ago |
jos
|
942de0df42
|
Refactored more code from `graph` to `network`
|
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 |
Alex de Mulder
|
146793270d
|
optimized, 8 amazing examples, just docs left....
|
10 years ago |
Alex de Mulder
|
25a7ded72e
|
(re)fixed #181
|
10 years ago |
Alex de Mulder
|
e8bcd2a3a5
|
fixed graph.storePositions() - bug introduced by experimental naming convention of Dataset..
|
10 years ago |
Unto Kuuranne
|
1b11aae7fb
|
Make scaling factor of selected edges configurable via widthSelectionMultiplier
|
10 years ago |
jos
|
3bb867890f
|
Throws an error when constructing without new keyword.
|
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
|
aa52bdd84b
|
added dragNodes option. Renamed dragGraph option.
|
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
|
9638a346a8
|
refactored _canvasToX to _XconvertDOMtoCanvas and _xToCanvas to _XconvertCanvasToDOM (same for y)
|
10 years ago |
Alex de Mulder
|
0066f31dab
|
interchanged canvasToDOM and DOMtoCanvas to correspond with the docs.
|
10 years ago |
Alex de Mulder
|
ec5b7e2397
|
updated linegraph, axis style complete
|
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
|
536c2220df
|
added option to setOptions to avoid resetting view.
|
10 years ago |
Alex de Mulder
|
3f6af5f896
|
fixed stabilized event #131
|
10 years ago |
Alex de Mulder
|
64a3f36924
|
added events viewChanged and zoom.
|
10 years ago |
Alex de Mulder
|
c4e5533c8d
|
fixed bug where playing with physics would not load when hierarchical is selected. Fixed bug where hierarchical physics settings wouldnt carry over to constants (#123)
|
10 years ago |
Alex de Mulder
|
6bf6c8fcf4
|
fixed small bug in playing with physics where after settling, a drag will not trigger animation.
|
10 years ago |
Alex de Mulder
|
6c7e6968bc
|
added DOMtoCanvas and canvasToDOM
|
10 years ago |
Alex de Mulder
|
5e6718b164
|
updated history, added function documentation
|
10 years ago |
Alex de Mulder
|
69fceb3931
|
added arrowScaleFactor per #99
|
10 years ago |
Alex de Mulder
|
a7ca47527a
|
added update hierarchical layout to update nodes event per #101
|
10 years ago |
Alex de Mulder
|
900220c087
|
bugfixes for IE9, style fixes
|
10 years ago |
jos
|
a093b9f588
|
Removed unnecessary zIndex
|
10 years ago |
Alex de Mulder
|
f4e4d2dc8e
|
fixed color bug and fontsize bug from merge
|
10 years ago |
Alex de Mulder
|
fa1c6a0b5d
|
added localization options
|
10 years ago |
Javier Rey
|
9587e9a79c
|
Edges fontFill customization
|
10 years ago |
Alex de Mulder
|
e060e3ee94
|
reverted to setTimeout in safari per #83
|
10 years ago |
Tim Pettersen
|
fc8a5b3180
|
Allow customization of tooltip styling.
|
10 years ago |
Tim Pettersen
|
8741e4d2e8
|
Allow customization of tooltip delay.
|
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
|
6861fa10b8
|
bugfix to correct zoom on empty init per #73
|
10 years ago |
Alex de Mulder
|
7faa4e5dd2
|
added freezeForStabilization option - experimental and undocumented
|
10 years ago |
Alex de Mulder
|
69dfd22d58
|
experiment
|
10 years ago |
Alex de Mulder
|
cbaf7587cc
|
added stabilized event to trigger storePositions()
|
10 years ago |
Alex de Mulder
|
f3f718565b
|
fixed bug per #70
|
10 years ago |
Alex de Mulder
|
8218a8e4c7
|
added updateCalculationNodes to the remove node function to fix bug reported by #68
|
10 years ago |
Alex de Mulder
|
eb357e88a3
|
altered selection object so nodes and edges can have the same ID (bug occurrence in example 16 #68)
|
10 years ago |
Alex de Mulder
|
6629d298ec
|
fixed positioning bug, positioning doesnt need manipulation hack anymore.
|
10 years ago |
Alex de Mulder
|
96b4fcf389
|
clarified variable names, removed magic number from discreteSteps
|
10 years ago |