jos
4b47dc54b9
Created a folder docs/old where we will move all old docs (will remove this folder when docs are done)
9 years ago
Alex de Mulder
cc3e12ad66
added another solver based on barnesHut but with some of the forceAtlas2 equations
9 years ago
Alex de Mulder
14c4a10c9b
added dot and gephi parser to docs, need to include examples in the docs everywhere. Added working example code at the top of the docs and link to example 1
9 years ago
Alex de Mulder
81ea2b1f4a
added google analytics
9 years ago
Alex de Mulder
4a1ae62796
edges are now accepting arrows back and forth using unified code
9 years ago
jos
36cb8193d1
Implemented events `click`, `doubleClick`, and `contextMenu`. Implemented method `getEventProperties(event)`.
9 years ago
Alex de Mulder
e655f3b8b8
updated docs
9 years ago
Alex de Mulder
3d4386d660
updated docs
9 years ago
Rene Heindl
a4b0b93f56
Added documentation and default values
9 years ago
Alex de Mulder
3814ff18c4
added documentation
9 years ago
Alex de Mulder
164653cdd7
made scaling function customizable
9 years ago
Alex de Mulder
2c28c42371
- Added getConnectedNodes method.
- Added fontSizeMin, fontSizeMax, fontSizeMaxVisible, scaleFontWithValue, fontDrawThreshold to Nodes.
- Added fade in of labels (on nodes) near the fontDrawThreshold.
- Added nodes option to zoomExtent to zoom in on specific set of nodes.
- Added stabilizationIterationsDone event which fires at the end of the internal stabilization run. Does not imply that the network is stabilized.
- Added setFreezeSimulation method.
- Added clusterByZoom option and increaseClusterLevel and decreaseClusterLevel methods.
Still clustering bug and need more documentation on new features
9 years ago
Alex de Mulder
f7f0dd8c5d
- Added option bindToWindow (default true) to choose whether the keyboard binds are global or to the network div.
9 years ago
Alex de Mulder
6235267b69
updated docs for better clarity
9 years ago
Alex de Mulder
74e58d668c
- Added labelAlignment option to edges. Thanks @T-rav ! merged #566
9 years ago
Alex de Mulder
d5b6371bae
merged pull #554
9 years ago
Brendon Page
2ebb1a00c3
Updated network documentation to include circularImage shape.
9 years ago
Alex de Mulder
a5151bf65a
- Added getBoundingBox method.
9 years ago
Alex de Mulder
b412764b43
- Fixed Locales docs.
9 years ago
Alex de Mulder
cad2b17629
Added zoomExtentOnStabilize option to network. fixed ex 17
10 years ago
Alex de Mulder
c5be64e558
added destroy method
10 years ago
Chris Dituri
d338591abd
docs/network.html: fix syntax error in various examples using 'options' variable.
- substituted ':' in "var options: {" for a syntactically correct '='.
10 years ago
Alex de Mulder
37c80b1931
- Added pointer properties to the click and the doubleClick events containing the XY coordinates in DOM and canvas space.
10 years ago
Alex de Mulder
564ec9ccd7
improved docs on storePositions
10 years ago
Alex de Mulder
97b2ca51a3
fully depricated setSelection. Improved selectable to respect dragging.
10 years ago
Alex de Mulder
6ca1700087
fixed selectable for network #371
10 years ago
Alex de Mulder
e5394078c7
added oldWidth and oldHeight to resize event
10 years ago
jos
1cd5b0f113
Fixed #355 : Titles support HTML elements
10 years ago
Alex de Mulder
59a32e0a0d
rephrased docs line
10 years ago
Alex de Mulder
ea78ec883c
added startStabilization event
10 years ago
Alex de Mulder
939f8f85da
- Renamed storePosition to storePositions. Added deprication message and old name still works.
- Worked around hammer.js bug with multiple release listeners.
- Improved cleaning up after manipulation toolbar.
- Added getPositions() method to get the position of all nodes.
- Added getCenterCoordinates() method to get the x and y position in canvas space of the center of the view.
10 years ago
Alex de Mulder
7504aa78a2
updated docs to reflect the differences with the allowed to move options
10 years ago
Alex de Mulder
27c8c841e0
added dragStart and dragEnd events
10 years ago
Alex de Mulder
9df59e87ca
- added locked to focusOnNode
10 years ago
Alex de Mulder
33c8941d27
fixed color field in docs
10 years ago
Alex de Mulder
585af3c11c
ammended docs
10 years ago
Alex de Mulder
9521cc347b
added getScale()
10 years ago
Alex de Mulder
1f32cd9a7e
improved example and cleaned up code a little
10 years ago
Alex de Mulder
eec53d0470
- Added animation and camera controls by the method .moveTo()
- Added new event that fires when the animation is finished.
- Added new example showing the new features of animation.
10 years ago
Scott Fairgrieve
edf199a8d3
Updated network.html documentation to include brokenImage property
10 years ago
Alex de Mulder
eae6753c29
type in docs
10 years ago
Alex de Mulder
c1bff7c986
cleaned up docs for network, added fontfill for nodes
10 years ago
Alex de Mulder
6891b4bf2a
cleaned up the setSize function
10 years ago
Alex de Mulder
4751cd5258
Introduced a new layout algorithm for the hierarchical system based on the direction of the edges.
10 years ago
jos
8965e56a50
Stabilized event firing repeatedly again
10 years ago
jos
39b3b6aa73
Updated docs
10 years ago
jos
fca674c14d
Updated docs
10 years ago
Alex de Mulder
7b0feeffc2
fixed broken example links
10 years ago
jos
ab869c1bcd
Renamed option `activatable` to `clickToUse`
10 years ago
jos
55e2004732
Implemented `activatable` support for Network
10 years ago