Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Version 1.7.1 beta (Read 1275 times)
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Version 1.7.1 beta
Feb 18th, 2014 at 5:00pm
Print Post  
Version 1.7.1 contains the following new features:

Rounded links
Links whose Shape is set to Polyline or Cascading can be rendered with rounded joints between their segments. To enable that, call Diagram.setRoundedLinks(true). The Diagram.setRoundedLinksRadius method lets you specify the radius of joint arcs.

Link crossings
The component can represent the crossing point of two links either as an arc (bridge) drawn for the link with higher Z index, or as a cut in the link with lower Z index. To enable that, call Diagram.setLinkCrossings() with either Arcs or Cut member or LinkCrossings enumeration as argument. Call Diagram.setCrossingRadius() to specify the radius of crossing arcs.



Miscellaneous
~ node rotation was ignored by link routing algorithm; now links are routed around the rotated node's boundaries.
~ the routeAllLinks function pulls apart link segments when they would overlap.
~ several new predefined shapes available in the Shapes class - RightTriangle, Decagon, Trapezoid, Star4Pointed, Star5Pointed, Star6Pointed, Star7Pointed, Star16Pointed, Star24Pointed, Star32Pointed, Donut and Plaque.
~ set Diagram.Behavior to Pan to only let users pan the view when dragging the mouse.
~ the component now raises "clicked" event for the diagram when there isn't any item at the click location (which would cause nodeClicked or linkClicked event).

If anyone is interested in trying the beta version, please download this archive containing the updated diagramming.js library and help file:
https://mindfusion.eu/_beta/jsdiag171.zip

Any comments, questions and general feedback are welcome.
« Last Edit: Feb 24th, 2014 at 2:25pm by Stoyo »  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint