Alex de Mulder
|
cdb939c45f
|
Added physics configuration, removed svgTimeline from this branch
|
11 years ago |
Alex de Mulder
|
2cc11d4e9b
|
bug fix, typo fix, clarified docs
|
11 years ago |
Alex de Mulder
|
9f643b964c
|
tweaks and minor bugfix
|
11 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.
|
11 years ago |
Alex de Mulder
|
d3506a82b3
|
refactoring, altered data manipulation, added callbacks and triggers, inserted temporary function overloading
|
11 years ago |
Alex de Mulder
|
ba081895aa
|
Added smooth curve support to dashed lines (Only FIREFOX and CHROME!)
|
11 years ago |
Alex de Mulder
|
48b9499a3c
|
Added smooth curve support for center arrow and arrow.
|
11 years ago |
Alex de Mulder
|
4b367b512c
|
added most of smooth curve system. Check example 16 for bug related to size.
|
11 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...
|
11 years ago |
Alex de Mulder
|
c34d9697b2
|
bughunt 4, going back commits
|
11 years ago |
Alex de Mulder
|
45692d8681
|
Modified code structure, fixed barnes Hut bugs
|
11 years ago |
Alex de Mulder
|
984f2efafb
|
Added Barnes-Hut force model. Main slowdown is in the drawing now..
|
11 years ago |
josdejong
|
2feb514a2a
|
Implemented dragging items
|
11 years ago |
Alex de Mulder
|
c81ab9157a
|
removed this.selection in favor or this.selectionObj. This allows keeping track of selection of nodes and edges.
|
11 years ago |
Alex de Mulder
|
ba1dbb468c
|
Bug fixes, changed clustering to mixin, added examples and documentation.
|
11 years ago |
Alex de Mulder
|
1f697cfde9
|
cluster rendering. Cluster hubs, refactoring
|
11 years ago |
Alex de Mulder
|
93c77fdfaf
|
Included hubaggregation clustering, changed the launch sequence to speed up the loading of big data.
|
11 years ago |
Alex de Mulder
|
74f08ca67f
|
finalized clustering
|
11 years ago |
josdejong
|
7e6810955d
|
Switched to 2-space indentation
|
11 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 |
josdejong
|
bbb8e086c9
|
Renamed Graph property style to shape, and text to label
|
11 years ago |
josdejong
|
ed26e58144
|
Implemented DOT support in Graph without need for a separate parse step.
|
11 years ago |
josdejong
|
287cfa1446
|
Splitted Graph.js into a file for every prototype (Node, Edge, ...)
|
11 years ago |