yotamberk
5d63ae0588
Merge pull request #2182 from wimrijnders/PR13
Graph3d: Added fields with special handling to default settings.
8 years ago
Wim Rijnders
ffa2e19e24
Fixed oversight with showTooltip
8 years ago
Wim Rijnders
7c9bab862d
Added fields tooltip and showLegend to defaults
8 years ago
yotamberk
6a34948b0b
Merge pull request #2188 from mojoaxel/locales
added all locals to manipulation example
8 years ago
Alexander Wunschik
f61c83ac6e
cleaned up locale; added all locals to example; set users local as default
8 years ago
Uli Fahrer
51f0db9d28
Add Italian locale support for network ( #2184 )
Thanks @federicoco for providing the translation!
8 years ago
Wim Rijnders
e6351b63bd
Adjusted STYLE enum to previous
8 years ago
Wim Rijnders
9a028a8634
Added step to defaults; fixes to detect and survive inconstent data
8 years ago
Uli Fahrer
bb627c66e6
Add Italian support for timeline
8 years ago
yotamberk
055e7eefb9
Merge pull request #2183 from mojoaxel/weNeedHelp
linked user profiles in help files
8 years ago
Alexander Wunschik
832e963375
linked users to there profile
8 years ago
Wim Rijnders
f3e5643119
Added handling of settings for camera
8 years ago
Alexander Wunschik
f5fe722f1f
Managing help offers ( #2178 )
* removed reference to the style-guide
* added a how-to-help; added a document describing the current maintainer status; fixes #2170 ; closes #1781
* listing the members of the support team
* use search before creating a new issue
* fixes typos
8 years ago
Wim Rijnders
1446540a26
Added handling of settings backgroundColor and dataColor
8 years ago
yotamberk
810922a68a
Merge pull request #2176 from wimrijnders/PR12
Added structure for default values
8 years ago
yotamberk
49e558277d
Merge pull request #2175 from wimrijnders/PR11
Replaced sin/cos usage in drawAxis() with unit vector
8 years ago
yotamberk
8b39874faf
Merge pull request #2174 from ZacBrownBand/dataview_include_olddata
Adds oldData to the update event payload in dataview to match dataset.
8 years ago
Zachariah Brown
7c6248626b
Re-ordered keys to match other usage.
8 years ago
Wim Rijnders
165aa03e13
Added xCenter and yCenter to defaults
8 years ago
Wim Rijnders
b21f5a15df
Fixed typo
8 years ago
Wim Rijnders
b2e0eb9b73
Added structure for default values
8 years ago
Wim Rijnders
ffc5447435
Replaced sin/cos usage in drawAxis() with unit vector
8 years ago
Zachariah Brown
f84743053e
Adds oldData to the update event payload in dataview to match dataset.
8 years ago
wimrijnders
674813dcad
Uniform handling of common user options ( #2168 )
8 years ago
yotamberk
5740c139c4
Merge pull request #2171 from wimrijnders/PR10
Added methods for drawing Y and Z axis labels
8 years ago
Wim Rijnders
9b5eb3f4da
Added methods for drawing Y and Z axis labels
8 years ago
yotamberk
db89162cf4
Merge pull request #2167 from wimrijnders/PR8
Consolidated code for drawing x-axis label
8 years ago
yotamberk
11b921028c
Merge pull request #2165 from wimrijnders/PR6
Moved recurring code for StepNumber to start() method
8 years ago
yotamberk
0187ab9d17
Merge pull request #2166 from wimrijnders/PR7
Added method for drawing lines between 3D points
8 years ago
Wim Rijnders
9e13640d8d
Consolidated code for drawing x-axis label
8 years ago
Wim Rijnders
ccec638d5f
Added method for drawing lines between 3D points
8 years ago
Wim Rijnders
a2350bb590
Moved recurring code for StepNumber to start() method
8 years ago
Steven
b84e9e48de
Removed restriction to allow clusters of a single node. ( #2013 )
* Removed restriction to allow clusters of a single node; Default functionality remains the same; Also added new example
* Add documentation for allowSingleNodeCluster, and removed excessive cluster() calls in example.
* Changed documentation as per request.
8 years ago
yotamberk
fe1dfc8b4c
Merge pull request #2162 from wimrijnders/PR5
Translation of all data points to single method.
8 years ago
wimrijnders
85222bfd64
throw real Error instances ( #2160 )
8 years ago
Wim Rijnders
4b235aba70
Translation of all data points to single method.
8 years ago
yotamberk
ca94ee0df5
Merge pull request #2161 from aanm/fixing-get-point
Fixed getPoint for same node edges
8 years ago
yotamberk
bced0e688d
Merge pull request #2159 from wimrijnders/PR3
Added 2D line drawing method
8 years ago
Wim Rijnders
0330e2ff15
Added 2D line drawing method
8 years ago
wimrijnders
fed04410cd
ignore '.directory' ( #2158 )
8 years ago
wimrijnders
029b6ab684
Consolidated usage of getContext ( #2157 )
8 years ago
Uli Fahrer
b136380655
Fix blur edge for dense networks ( #2124 )
8 years ago
yotamberk
932dfb1754
Fix Vertical visibility for all item types ( #2143 )
* Hide vertically hidden ranged items in groups that are not visible
* Fix misspelling
* Fix examples that do not contain groups
* Add example for vertical hidden ranged items
* Fix indent format in RangeItem
* Fix example
* Fix other examples after addition of vertical hiding range items in groups
* Add case of zero margin axis
* Fix commented out lines in examples
* Fix vertical visibility bug
8 years ago
yotamberk
f99d204ee6
Merge pull request #2066 from mojoaxel/newArrowTypes
Network: edge-endpoint 'circle'
8 years ago
Alexander Wunschik
d2aa7b01c2
fixed typo
8 years ago
Alexander Wunschik
37c595e906
added arrow-type docs; #1993
8 years ago
Alexander Wunschik
0970cf69ad
added arrow-type example; #1993
8 years ago
Alexander Wunschik
dc2c233b55
added arrow-type 'circle'; fixes #1993
8 years ago
yotamberk
439aa79a68
Expose the item/group element in option.template and option.groupTemplate ( #2153 )
* Hide vertically hidden ranged items in groups that are not visible
* Add element to templates options
* Fix comment typo
* Add documentation for react mounting
8 years ago
Andrew Speed
ea859d4c79
Add example to export to JSON and import it again. ( #2152 )
Networks are exported as a JSON array containing an array of objects representing each node in the network. Each node contains an Id, it's x and y coordinates and the nodes it is connected to.
Import converts the JSON to a vis DataSet and then regenerates the network using each node's attributes, inserting it in the same coordinates and with the same number of connections as before.
fixes #2073
8 years ago