Unplanned
Last Updated: 12 Feb 2020 11:34 by ADMIN
Created by: Zentraler
Comments: 1
Category: Diagram
Type: Feature Request
2
Automatic Layout and Data Source in case of non-TreeView data

In the diagram control automatic layout and data source works just for a tree view. For example in a non tree view data we would have several levels with items that can have multiple parents. In this case I have to create the items in the diagram manually...it would be nice to update this behaviour and to be able to use the diagram with automatic data source and layout also in the case of a non TreeView data.
Unplanned
Last Updated: 12 Feb 2020 11:24 by ADMIN
Created by: Imported User
Comments: 0
Category: Diagram
Type: Feature Request
3
It will be nice to create shapes with rounded borders
Unplanned
Last Updated: 12 Feb 2020 11:22 by ADMIN
Created by: Eitan
Comments: 0
Category: Diagram
Type: Feature Request
4
Add built-in support for guidelines that will be visible as an infinite grid of lines, with a snap-to capability.
Unplanned
Last Updated: 12 Feb 2020 11:16 by ADMIN
Created by: Pankaj
Comments: 0
Category: Diagram
Type: Feature Request
18
Its good to have minimize and maximize the shapes drawn with kendo diagram as seen in this example
https://gojs.net/latest/samples/IVRtree.html

it will very useful when we are drawing with a huge data. we can clearly see the actual flow as required
Unplanned
Last Updated: 12 Feb 2020 11:10 by ADMIN
Created by: Gord
Comments: 0
Category: Diagram
Type: Feature Request
2
It would be nice if, in addition to "polyline" and "cascading", if there were other options for the shape of the diagram connectors.  I would like to see a "spline" option that possibly follows a similar path to the "cascading" square shape, but flows with curves.   Maybe even a configuration object, instead of a string that could define the parameters of the shape.

{ 
type: "spline", 
mode: "bezier", // or "natual" or any other spline algorithm //
maxCurves: 3, // max number of inversion points in the spline //
curveRadius: 100 // size in pixels //
// any additional properties for configuring the curve, like bezier length, instead of curve radius &c. //
}
Unplanned
Last Updated: 12 Feb 2020 11:07 by ADMIN
Created by: Imported User
Comments: 0
Category: Diagram
Type: Feature Request
5
I find the documentation is critically lacking with regards to the available options for a feature.

Here is an example of what I mean...

http://docs.telerik.com/kendo-ui/api/javascript/dataviz/diagram/layout#configuration-alignContent

The diagram Layout > alignContent feature "Specifies the alignment of the content."

Ok, but the documentation does not even say what the allowed values are. Instead, it just has "alignContent String (default: "start")".

Now, I guess the allowed values here are the same values allowed for an SVG text-anchor.
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/text-anchor

How about adding those possible values to the api documentation, or including a link to the relevant area of the SVG specification?

Hope this makes sense.

Unplanned
Last Updated: 12 Feb 2020 11:05 by ADMIN
Created by: Holger
Comments: 0
Category: Diagram
Type: Feature Request
9
Problem:
Currently when a Rectangle together with a large TextBlock is contained by a Shape where the Rectangle should enclose the TextBlock it is not resized by the size of the TextBlock, but the TextBlock is overflowing the Rectangle.

Possible solution:
Make the Rectangle a "visual group" so child elements like e.g. TextBlock or Image can be added to it and it will resize with the size of it's children.

Related Forum post: http://www.telerik.com/forums/how-to-avoid-text-overflow-in-shape
Unplanned
Last Updated: 24 Jan 2020 11:16 by ADMIN
Created by: Imported User
Comments: 1
Category: Diagram
Type: Feature Request
15
Large texts doesn't wrap inside a shape of a Diagrama
Unplanned
Last Updated: 24 Jan 2020 09:49 by ADMIN
Created by: Imported User
Comments: 6
Category: Diagram
Type: Feature Request
13
Please can you add support for Venn diagrams with drop and drop support for data items to allow dynamic generation.
Unplanned
Last Updated: 24 Jan 2020 09:47 by ADMIN
Created by: Velusamy
Comments: 2
Category: Diagram
Type: Feature Request
2

Fish Bone diagram is a nice feature which is very useful for the applications to provide the root cause analysis in any vertical.

Syncfusion is having a nice in built control to do the same.

https://ej2.syncfusion.com/demos/diagram/fishbone-diagram/

A similar feature from Kendo UI is needed to include it in our existing applications.

 
Unplanned
Last Updated: 22 Jan 2020 06:01 by ADMIN
Created by: Hans
Comments: 7
Category: Diagram
Type: Feature Request
3

Hi, 

 

Your documentation mentions the rotation-thumb and also allows for some styling:

https://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/diagram/configuration/editable.rotate

The only problem is, I cannot get it to display.

See: https://jsfiddle.net/6qmgj521/

Beware: I do NOT mean the 90 degree rotation buttons in the toolbar, but the rotation-thumb adorner!

 

I expect to see:

 

Afbeeldingsresultaat voor 'telerik diagram rotation

 

Kind regards, 

 

Hans van Essen

 

 

 

 

Unplanned
Last Updated: 22 Nov 2019 10:45 by ADMIN

The data item is available to the event arguments of the function handler for shapeDefaults.content.visual function but it is not available to connectionDefaults.content.visual Function. Here is an example illustrating the issue: https://dojo.telerik.com/EMAzeruG

Can it be added?

 

1 2