Zuko Mgwili
6c502fb0e1
Added a shapeProperties object allowing configuration of shapes.
Replaced dashes property in options.js with a shapeProperties object containing a borderDashes property.
Replaced dashes property in defaultOptions in NodesHandler.js with shapeProperties object having its borderDashes property set to false.
Created implementations of enableBorderDashes and disableBorderDashes functions in NodeBase.js
Updated CircleImageBase to use enableBorderDashes and disableBorderDashes for enabling/disabling dashed borders.
Added to ShapeBase enableBorderDashes and disableBorderDashes calls to allow all shapes that have borders to have the dashed borders feature.
Updated example demonstrating how to apply the dashed border to a circularImage node
Created example demonstrating how to apply the dashed border to a all shapes that support dashed borders.
Updated documentation explaining the usage of the shapeProperties.
9 years ago
Zuko Mgwili
c2b00d0392
Added feature that allows the border for a circularImage shape to be dashed
Added the following:
- dashes property to nodes in options.js
- dashes property with value false to defaultOptions in NodesHandler.js
- support for Arrays to selectiveNotDeepExtend function in util.js
- functionality to CircleImageBase.js that allows circularImage nodes to have dashed borders
- example demonstrating how to apply the dashed border to a circularImage node
- documentation explaining the usage of the dashes property on a node
9 years ago
Felix Hayashi
fe9086b38e
added breadcrumbs to all pages
9 years ago
Uli Fahrer
57237ac9ed
* Improved documentation for node and edge scaling properties.
9 years ago
Alex de Mulder
ace45e6c2e
- Added getOptionsFromConfigurator method.
9 years ago
Alex de Mulder
78c5f38568
- Added labelHighlightBold option to edges and nodes.
9 years ago
Alex de Mulder
c28051b1a8
- Added blurEdge and hoverEdge events.
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
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
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
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
Alex de Mulder
40c11a9e10
more buxfixes n doc updates and default value tweaks and example tweaks
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
Alex de Mulder
14ed1bb907
bugfixes, added examples
9 years ago
Alex de Mulder
0d32566e39
bugfixes, start of reorganisation of examples
9 years ago
Alex de Mulder
ccbdd46cc4
fixed bounding box bug, added function filter to configuration system
9 years ago
Alex de Mulder
7aecbec10e
added new solver to docs
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
41d51c2c11
added fields to docs
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
f81b41c16b
fixed docs (added tabs) fixed gephiparser, fixed edges, labels on selfreferenced edges, fixed dotlanguage
9 years ago
Alex de Mulder
85350c02a6
restructured networks docs again, collapsible methods
format for graph2d is now a function.
9 years ago
Alex de Mulder
36a0822692
collapsible methods, experiment...
9 years ago
Alex de Mulder
b075115f2d
changed docs, collected methods and events
9 years ago
jos
f07d21f553
Halfway refactoring the Timeline docs
9 years ago
jos
0c9703016c
Reviewed/updated all timeline examples
9 years ago
Alex de Mulder
c9a1a88f41
fixed all trello issues and added snazzy option lookup to validator
9 years ago
Alex de Mulder
e0a59ba01f
fixed dashes
9 years ago