Alex de Mulder
5c16cf00f8
added bounding box to image node style
9 years ago
jos
8b1a90cc9f
Updated version number to 3.3.1-SNAPSHOT. Fixed moment.js urls in some examples. Fixed position issue with close button of the Network manipulation menu
10 years ago
jos
57374b33aa
Implemented localization for Network
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
6b8198d30f
justified examples
10 years ago
jos
5d9a7d02b4
Refactored more code from `graph` to `network`
10 years ago
Alex de Mulder
d65fbafcd7
refactor: graph --> network
10 years ago
Alex de Mulder
e12406b59a
renamed frameResize to resize
10 years ago
Alex de Mulder
2cc11d4e9b
bug fix, typo fix, clarified docs
10 years ago
josdejong
7a5fb1492d
Merged all css files in vis.css, restructured image locations
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
984f2efafb
Added Barnes-Hut force model. Main slowdown is in the drawing now..
10 years ago
Alex de Mulder
12669bcc54
Added data manipulation functionality
10 years ago
Alex de Mulder
544a4f32fd
fixed merge
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
181516e2dd
added edge selection and removed this.selection from the graph
10 years ago
Alex de Mulder
c7a50a7243
finalized UI and keyboard navigation. Finished docs, updated history.MD
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