Alex de Mulder
c28051b1a8
- Added blurEdge and hoverEdge events.
9 years ago
Manuel Schallar
51e2135f53
Fixed multiple paths to examples
9 years ago
Manuel Schallar
35e8e15a17
Updated graph2d docs for drawPoints & drawPoints.onRender
9 years ago
Alex de Mulder
378c2e44d5
removed clear() from graph2d docs
9 years ago
Alex de Mulder
04aea9e37a
Made graph2d robust against strings for y values.
9 years ago
Martin Fischer
6cf519175c
added templating for groups
9 years ago
jos
aeba17b0c5
Fixed default value of option backgroundColor
9 years ago
jos
7b313824ce
Ordered the options alphabetically
9 years ago
jos
01a351f6ac
Fixed #970 : Implemented options `dataColor`, `axisColor`, and `gridColor`.
9 years ago
jos
b750d2e4dc
Added css class `vis-editable`, created an example demonstrating individually editable items (see #980 )
9 years ago
bertolds
f43e935bef
Issues #275 , #363 - individual Timeline items editable or readonly
Timeline will check for the property 'editable' on individual items.
if editable === true
ignore timeline option 'editable'
allow item to be edited
else if editable === false
ignore timeline option 'editable'
do not allow item to be edited
else
use timeline option 'editable'
If two items are selected and one is not editable, only the editable
item is draggable.
This change required the css class .vis-editable be moved from the
item set to the individual item containers to maintain proper styling.
9 years ago
jos
7a417337c9
Fixed #923 : Added a property `event` to the properties emitted with the `select` event
9 years ago
Alex de Mulder
42596ab053
added physics:enabled field. Updated docs
9 years ago
AlexDM0
40141de85c
added from and to to docs, fixed hoverConnectedEdges in docs
9 years ago
jos
a58f4e2cb7
Added axis orientation option `'none'`
9 years ago
jos
7d5ec023fb
Removed some redundant css files from the docs
9 years ago
Brandon Mills
92bf2c3684
Fix broken links to docs assets
9 years ago
Alex de Mulder
f17401c03d
expanded docs, added buttons, fixed titles
9 years ago
Alex de Mulder
4f17eb4f3e
expanded docs
9 years ago
Alex de Mulder
e96d228ab8
Added releaseFunction to openCluster.
9 years ago
Alex de Mulder
633e689d90
updated docs
9 years ago
jos
3970ccce5d
Added a usage example for `getEventPropeties(event)` (see #901 )
9 years ago
jos
6b0a55bf16
Deleted old docs
9 years ago
jos
6ef9d20a7a
Fixed two links
9 years ago
jos
0e915c1366
Removed a broken link
9 years ago
jos
1c8e8dba31
Moved the code blocks describing event properties to the 3rd column
9 years ago
jos
e987f9ce87
Put docs on importing from Gephi and DOT language under one tab
9 years ago
Alex de Mulder
2fd1f4f923
- Fixed hoverNode and blurNode events and added them to the docs.
9 years ago
Alex de Mulder
7e05e40744
removed theta from docs
9 years ago
Alex de Mulder
09d7d4bb53
- Fixed bug with the moveTo and getViewPosition methods.
9 years ago
jos
d77275e3d1
Fixed #869 : add className with id to custom time bars
9 years ago
Alex de Mulder
62a8f6090e
#870 , added multiselect to the docs
9 years ago
Alex de Mulder
9c7eba9d71
fixed little bug in configurator
9 years ago
Alex de Mulder
aa12cea8b6
Fixed #860 , edit node mode now works as it should.
9 years ago
jos
d6216bb6e5
Removed menu item Documentation
9 years ago
Alex de Mulder
112c97559d
updated docs, examples, history
9 years ago
Alex de Mulder
7099dd13f7
renamed getEdges to getConnectedEdges, made getConnectedNodes also work for edges
9 years ago
Alex de Mulder
d404798174
fixed alot of bugs, expanded configurator, added more examples, updated docs, updated update interval
9 years ago
Alex de Mulder
50f6dbc0e7
fixed bug in clustering! woohoo! added event on off once to docs. more examples
9 years ago
Alex de Mulder
ad2d70ed8b
fixed numerous clustering bugs, added more examples, numerous other bug fixes
9 years ago
Alex de Mulder
0b0785fbf9
more examples, more tweaks, small expansion of the validator to check locally for matches.
9 years ago
jos
69f2e51f1d
Added docs/data/index.html
9 years ago
Alex de Mulder
40c11a9e10
more buxfixes n doc updates and default value tweaks and example tweaks
9 years ago
jos
f51c3640fe
DataSet and DataView now have new styling
9 years ago
jos
ab4e93c5cd
Minor tweak
9 years ago
jos
c131c084cc
Refactored table columns "mid"
9 years ago
jos
146ba57d28
Documented `configure` for Timeline and Graph2d. Some minor fixes in the options.
9 years ago
jos
350f05090f
Doc styling tweaks
9 years ago
Alex de Mulder
c3883970e4
numerous bugfixes, partial progress with examples
9 years ago
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