Coleman Kane
b10f7d0fef
Add an application-specific example of a CFG-viewer for analyzing software
pirms 9 gadiem
Coleman Kane
b97a2a74f3
Add left-align to the example
pirms 9 gadiem
Alex de Mulder
386082e443
Fixed #1677 : updating groups through manipulation now works as it should.
pirms 9 gadiem
Alex de Mulder
2bff294789
- Fixed #1644 , #1631 : overlapping nodes in hierarchical layout should no longer occur.
- Added parentCentralization option for hierarchical layout.
pirms 9 gadiem
Alex de Mulder
7b434c3204
reverted example
pirms 10 gadiem
Alex de Mulder
c32aa90a91
Fixed #1597 : Allow zero borders and addressed scaling artifacts.
unified border calculation. Needs to be centralized to avoid duplication.
pirms 10 gadiem
Alex de Mulder
39ea3b43d0
- Added options to customize the hierarchical layout without the use of physics.
added example. Improved handling of options for hierarchical view.
pirms 10 gadiem
Felix Hayashi
8ed7b697bd
added clearfix + updated example
See https://github.com/almende/vis/issues/1568#issuecomment-171961393
pirms 10 gadiem
Alex de Mulder
f9c2da77d1
reverted examples
pirms 10 gadiem
Alex de Mulder
2977dfd565
- Improved the hierarchical layout algorithm by adding a condensing method to remove whitespace.
pirms 10 gadiem
Alex de Mulder
11888f255d
- Added #1138 , enable the user to define the color of the shadows for nodes and edges.
- Fixed #1528 , #1278 , avoided ID's being cast to string for methods that return ID's as well as storePositions casting to string.
pirms 10 gadiem
Alex de Mulder
34bd031888
- Fixed findNode method. It now does not return internal objects anymore.
pirms 10 gadiem
Alex de Mulder
5ea731c8cf
improved layout hierarchical view. TODO: cleanup level allocation to use the crawler.
pirms 10 gadiem
Alex de Mulder
410f83aa38
- Fixed #1358 : Fixed example for clustering on zoom. Also removed private keyword from public methods. Let physics listen to data updates instead of being called from network.
pirms 10 gadiem
Alex de Mulder
11318647fe
added images with borders and updated the manipulation css
pirms 10 gadiem
Alex de Mulder
3f5c71eea3
- Fixed critical camera zoom bug #1273 . #1266 , #1255
- unified some methods in the networkUtil
- Fixed initial zoom issues #1252
pirms 10 gadiem
jos
a74a42f4ca
Lowered stabilization iterations
pirms 10 gadiem
Alex de Mulder
700e735336
added cubic bezier curves.
pirms 10 gadiem
Brendon Page
05da3df6b8
Fixed indenting issue in cirular images example
pirms 10 gadiem
Brendon Page
81c7e46ee3
Fixed issue where broken images wouldn't always be rendered.
pirms 10 gadiem
Alex de Mulder
469b3b9ee2
- Added #931 , borderRadius in shapeProperties for the box shape.
pirms 10 gadiem
Alex de Mulder
b377194ae5
fixed hover and blur events for edges.
pirms 10 gadiem
Zuko Mgwili
27a875a690
Corrected the shapeProperties.borderDashes property type description
Changed shapeProperties.borderDashes type description from "Object or Boolean" to Array or Boolean".
Merged circularImageWithDashedBorder example into shapesWithDashedBorders example.
Added enableBorderDashes and disableBorderDashes function calls to Database.js, Ellipse.js and Box.js, to enable/disable dashed borders.
pirms 10 gadiem
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.
pirms 10 gadiem
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
pirms 10 gadiem
Alex de Mulder
e96d228ab8
Added releaseFunction to openCluster.
pirms 10 gadiem
Alex de Mulder
e44bc8f19b
reverted example
pirms 10 gadiem
Alex de Mulder
ab112d8a40
added stochastic option check to the testing. Fixed few bugs
pirms 10 gadiem
jos
f70982d0db
Renamed example
pirms 10 gadiem
jos
a1b987be77
Replaced underscores in example names with camel case
pirms 10 gadiem
jos
07c79704f0
Renamed an example
pirms 10 gadiem
Alex de Mulder
50e916e3de
removed random from physics. fixed setting hidden and physics dynamically, fixed manipulation system bug
pirms 10 gadiem
jos
626d4b9b8b
Fixed #877 : Added support for metaKey to select multiple items.
pirms 10 gadiem
Alex de Mulder
fab3215f2f
made deselect and select nodes and edges fire more consistently
pirms 10 gadiem
Alex de Mulder
e8bef2f837
- Fixed #884 , selectNode event.
pirms 10 gadiem
Alex de Mulder
a69269cb0a
revert example
pirms 10 gadiem
Alex de Mulder
0219c43720
changed popup css to pass all mouse events. All pageX and pageY changed to clientX and clientY because the correction is done with getBoundingClientRect
pirms 10 gadiem
Alex de Mulder
112c97559d
updated docs, examples, history
pirms 10 gadiem
Alex de Mulder
dcc2eaf16a
fixed path
pirms 10 gadiem
Alex de Mulder
3f6b206a1f
fixed bug in circular images, moved examples
pirms 10 gadiem
jos
f685d62e90
Renamed folder `rest` to `other`
pirms 10 gadiem
Alex de Mulder
041c2c08ad
updated css
pirms 10 gadiem
Alex de Mulder
d404798174
fixed alot of bugs, expanded configurator, added more examples, updated docs, updated update interval
pirms 10 gadiem
Alex de Mulder
50f6dbc0e7
fixed bug in clustering! woohoo! added event on off once to docs. more examples
pirms 10 gadiem
jos
1d47ca44b3
Added shortcut key ctrl+enter
pirms 10 gadiem
Alex de Mulder
ad2d70ed8b
fixed numerous clustering bugs, added more examples, numerous other bug fixes
pirms 10 gadiem
jos
23b9a91740
Implemented attribute mapping for DOT language attributes
pirms 10 gadiem
jos
f0bc4b1041
Some tweaks of the DOT playground
pirms 10 gadiem
jos
7ec9c91f31
Some tweaks of the DOT playground
pirms 10 gadiem
jos
d82973769c
Reworked the dot language playground and merged with the graphviz gallery
pirms 10 gadiem