jos
|
30d3d4c1a5
|
Fixed some missing dependencies in network
|
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 |
jos
|
a5dd92d349
|
Refactored more code from `graph` to `network`
|
10 years ago |
Alex de Mulder
|
d65fbafcd7
|
refactor: graph --> network
|
10 years ago |
Jeroen Coumans
|
6176facdca
|
Allow per-edge hover colors
|
10 years ago |
Alex de Mulder
|
aa94e4a7ec
|
ordering tweak
|
10 years ago |
Unto Kuuranne
|
1b11aae7fb
|
Make scaling factor of selected edges configurable via widthSelectionMultiplier
|
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
|
7378bbc867
|
fixed self referencing node edge selection bug per #168
|
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
|
5e6718b164
|
updated history, added function documentation
|
10 years ago |
Alex de Mulder
|
69fceb3931
|
added arrowScaleFactor per #99
|
10 years ago |
Javier Rey
|
9587e9a79c
|
Edges fontFill customization
|
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
|
659d8a536c
|
fixed bug by #75
|
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
|
c25c8214d3
|
reverted arrow spawn from center to edge due to labels disappearing behind nodes #49
|
10 years ago |
Alex de Mulder
|
f5523085cb
|
fixed label color bug per #54
|
10 years ago |
Alex de Mulder
|
50e650df14
|
fixed color bug per #54, fixed on('select') bug per #58
|
10 years ago |
Alex de Mulder
|
693650760b
|
arrows now connect their base to the code of the node per #55
|
10 years ago |
Alex de Mulder
|
de722f7580
|
added edge color options per #54
|
10 years ago |
Alex de Mulder
|
0b4a06d98a
|
fixed label position for smooth curves as per #49
|
10 years ago |
Alex de Mulder
|
cdb939c45f
|
Added physics configuration, removed svgTimeline from this branch
|
10 years ago |
Alex de Mulder
|
2cc11d4e9b
|
bug fix, typo fix, clarified docs
|
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
|
ba081895aa
|
Added smooth curve support to dashed lines (Only FIREFOX and CHROME!)
|
10 years ago |
Alex de Mulder
|
48b9499a3c
|
Added smooth curve support for center arrow and arrow.
|
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
|
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
|
c34d9697b2
|
bughunt 4, going back commits
|
10 years ago |
Alex de Mulder
|
45692d8681
|
Modified code structure, fixed barnes Hut bugs
|
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
|
c81ab9157a
|
removed this.selection in favor or this.selectionObj. This allows keeping track of selection of nodes and edges.
|
10 years ago |
Alex de Mulder
|
ba1dbb468c
|
Bug fixes, changed clustering to mixin, added examples and documentation.
|
10 years ago |
Alex de Mulder
|
1f697cfde9
|
cluster rendering. Cluster hubs, refactoring
|
10 years ago |
Alex de Mulder
|
93c77fdfaf
|
Included hubaggregation clustering, changed the launch sequence to speed up the loading of big data.
|
10 years ago |
Alex de Mulder
|
74f08ca67f
|
finalized clustering
|
10 years ago |
josdejong
|
7e6810955d
|
Switched to 2-space indentation
|
10 years ago |
josdejong
|
f027e70f1f
|
Implemented pinching (not yet stable on chrome mobile)
|
11 years ago |
josdejong
|
7ad93c9ff7
|
Graph is robust now against edges connected to non existing nodes
|
11 years ago |
josdejong
|
7c3ed40536
|
Graph now uses an id based set of nodes and edges instead of a row based array internally, and supports DataSet
|
11 years ago |
josdejong
|
5dbd9f0135
|
Renamed options for dashed lines in Graph
|
11 years ago |
josdejong
|
4e85624cce
|
Added examples from Graphviz gallery
|
11 years ago |
josdejong
|
7f7e260e9e
|
Renamed line style `arrow` to `arrow-center`, and `arrow-end` to `arrow`.
|
11 years ago |
josdejong
|
0922851d46
|
Some fixes in the DOT parser
|
11 years ago |