Chas Honton
dd3639f2ad
decrease whitespace in ellipses having long text
8 years ago
jos
c3b9203350
Reverted support in Network for custom id fields, which was still broken
8 years ago
jos
a95aa84b18
Some more fixes regarding custom id fields
8 years ago
Alex de Mulder
43472862bc
- Fixed #1672 : Implemented stepped scaling for nice interpolation of images.
- Added interpolation option for interpolation of images, default true.
8 years ago
Alex de Mulder
c32aa90a91
Fixed #1597 : Allow zero borders and addressed scaling artifacts.
unified border calculation. Needs to be centralized to avoid duplication.
8 years ago
Alex de Mulder
6e9e4cc3d5
- Altered edges for arrows and added the arrowStrikethrough option.
8 years ago
Alex de Mulder
d7eee2275c
made database shape box a rectangle
8 years ago
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.
8 years ago
Alex de Mulder
53cc2f62ba
Fixed #1531 , #1335 : border distances for arrow positioning
8 years ago
Alex de Mulder
11318647fe
added images with borders and updated the manipulation css
9 years ago
Alex de Mulder
7a6246ecc2
- Fixed bug where a box shape could not be drawn outside of the viewable area.
9 years ago
Alex de Mulder
db05c2bd15
- Fixed arrows to icon, text and circularImage shapes
9 years ago
Alex de Mulder
fd48470add
- Fixed arrows with some shapes when they are selected. #1292
9 years ago
Alex de Mulder
6e01279eaa
- Fixed #1152 , updating images now works.
9 years ago
AlexDM0
9a2bec6898
removed node cleanup
9 years ago
Alex de Mulder
64b2c78e00
Removed move callbacks
9 years ago
Alex de Mulder
700e735336
added cubic bezier curves.
9 years ago
Alex de Mulder
1b381ecf93
Release 4.6.0
9 years ago
Alex de Mulder
9966d534cb
- Added #936 , useImageSize for images and circularImages
9 years ago
Alex de Mulder
469b3b9ee2
- Added #931 , borderRadius in shapeProperties for the box shape.
9 years ago
AlexDM0
5beeca1236
- Fixed #1112 , network now works in firefox on unix again.
9 years ago
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.
9 years ago
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
Alex de Mulder
3ab17e2cb0
Fixed node resizing on dragging.
9 years ago
Alex de Mulder
47d52827f5
Fixed #1039 , icon now returns correct distance to border
9 years ago
AlexDM0
0cf8c4aae0
- Fixed updating bounding box of nodes without drawing.
9 years ago
Alex de Mulder
db5782cad8
- Fixed #861 , brokenImage only working for one node if nodes have the same image.
9 years ago
Alex de Mulder
09d7d4bb53
- Fixed bug with the moveTo and getViewPosition methods.
9 years ago
Alex de Mulder
e2945947fd
- Fixed click to use
9 years ago
Alex de Mulder
87277e5db6
fixed #859 . images now resize again when they are loaded.
9 years ago
Alex de Mulder
3f6b206a1f
fixed bug in circular images, moved examples
9 years ago
Alex de Mulder
c3883970e4
numerous bugfixes, partial progress with examples
9 years ago
Alex de Mulder
ccbdd46cc4
fixed bounding box bug, added function filter to configuration system
9 years ago
jos
ad088cde4d
Updated examples 1 to 13
9 years ago
Alex de Mulder
d600bf71c0
implemented error notification when not giving an unicode for the icon
9 years ago
Alex de Mulder
6393f3eda1
added shadow option to nodes and edges
9 years ago
jos
7248587d67
Removed spam
9 years ago
jos
6c61e7b418
Renamed Network modules to capital first letter
9 years ago
Alex de Mulder
54c5498e4f
improved (circular) images size handling and label positions
9 years ago
Alex de Mulder
5f4ebd0794
patched redraw requests with image load callbacks during stabilization. Fixed size option correctly working for images and circular images.
9 years ago
Alex de Mulder
39eb2e5079
most of the manipulation is now in 4.0
9 years ago
Alex de Mulder
b62d536fe7
updated group options, icon api change
9 years ago
Alex de Mulder
5c54f27f12
renamed all node and edge files, added diamond shape, tweaked shapes to always align and center all shapes. this improves the labelling
9 years ago
Alex de Mulder
9cd6c4ae06
fixed images, groups, circular images, repeating events
9 years ago
Alex de Mulder
2152bd64ce
clustering now using new visibility model, ripped edges apart, arrows not yet functional
9 years ago
Alex de Mulder
ef39ec13b6
icons also working.
9 years ago
Alex de Mulder
b2178ffcc9
seperated all node styles from the main node object
9 years ago
Alex de Mulder
3fda5397c4
made labels seperate. Needs cleaning up and comments
9 years ago
Alex de Mulder
baf4cd0a1e
altered edge option structure
9 years ago