Alex de Mulder
4b35e18c70
- Fixed recursion error with smooth edges that are connected to non-existent nodes
10 years ago
Alex de Mulder
d4cc65df64
- Sidestepped double touch event from hammer (ugly.. but functional) causing strange behaviour in manipulation mode
- Better cleanup after reconnecting edges in manipulation mode
10 years ago
Alex de Mulder
aac382fc1c
fixed arrowheads not being colored
10 years ago
Alex de Mulder
3183aff621
Fixed dashed and arrow lines not using inheritColor. #399
10 years ago
Alex de Mulder
8e0f4733a1
added cacheing to edge labels, cannot cache node labels due to different shapes
10 years ago
Alex de Mulder
86070fb329
tweaked node label size cache
10 years ago
Alex de Mulder
613c1e398a
added edge selection on edge label
10 years ago
Alex de Mulder
1cecbb96eb
added multiline text to edges, updated multiline code for both nodes and edges #291
10 years ago
Alex de Mulder
c1bff7c986
cleaned up docs for network, added fontfill for nodes
10 years ago
Alex de Mulder
83f613beeb
changed edgewidth when zooming, scale normally with min width of 0.3 px
10 years ago
Alex de Mulder
a4b9352150
fixed small bug in network, refactored graph2d. Added handleOverlap for barcharts
10 years ago
Alex de Mulder
ad99664742
fixed #235
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
854142a06b
fixed width from value when selected (edge) #225
10 years ago
Alex de Mulder
5fd89bd083
Fixed hierarchical layouts with nodes that start at a level > 0 #220
10 years ago
Alex de Mulder
9b3477bccc
improved edge selection function
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
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