Alexander Wunschik
f38452130a
chore: removed google-analytics from all examples ( #2670 )
7 years ago
Alexander Wunschik
bb549ea880
generate individual css files for network and timeline ( #1970 )
* generate individual css files; fixes #1969
* simplified css bundleing
* add new generated dist-css files
* use chart specific css files in the examples
8 years ago
Alex de Mulder
3f6b206a1f
fixed bug in circular images, moved examples
9 years ago
jos
f685d62e90
Renamed folder `rest` to `other`
9 years ago
Alex de Mulder
ad2d70ed8b
fixed numerous clustering bugs, added more examples, numerous other bug fixes
9 years ago
Alex de Mulder
0d32566e39
bugfixes, start of reorganisation of examples
9 years ago
jos
034d63ce59
Updated exampled up to 24
9 years ago
Alex de Mulder
cc129694f6
bug fixes, methods added and options changed to clean up code and to adhere to docs
9 years ago
Alex de Mulder
de9334458b
renamed option showNavigationIcons to navigationButtons
9 years ago
Alex de Mulder
8fe1b70c0a
fixed bug in navigation
9 years ago
Alex de Mulder
81ea2b1f4a
added google analytics
9 years ago
Alex de Mulder
5c16cf00f8
added bounding box to image node style
9 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
7b17ccaa25
added highlight on keypress per #62
10 years ago
Alex de Mulder
7754c2363f
Clarified docs, stressing the css file is required to use the navigation and manipulation features of graph. ( #55 )
10 years ago
Alex de Mulder
5262fa059a
Updated zoomExtent and added to methods as per #39 , removed width property from zoom extent -> getrange. typos.
10 years ago
josdejong
7a5fb1492d
Merged all css files in vis.css, restructured image locations
10 years ago
josdejong
d48fd1ed69
Fixed filename case errors
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
josdejong
2feb514a2a
Implemented dragging items
10 years ago
Alex de Mulder
12669bcc54
Added data manipulation functionality
10 years ago
josdejong
aee5908912
Released version 0.4.0
10 years ago
josdejong
778ed9c0d1
Implemented functions `on` and `off` to create event listeners for event `select`.
10 years ago
josdejong
3b6ca106ae
Moved images to src/graph/img, adjusted build script to copy them to dist, and some more variable renaming in the code
10 years ago
josdejong
6805c1f918
Renamed keyboardNavigation to keyboard
10 years ago
josdejong
3c10c6d071
Renamed UI* stuff to Navigation
10 years ago