Declined
Last Updated: 12 Feb 2020 11:08 by ADMIN
Created by: Stefan
Comments: 0
Category: Diagram
Type: Feature Request
10
At the moment, "resizing" shapes is merely a scale transformation. 
Proper resizing would be much better looking!
Declined
Last Updated: 12 Feb 2020 11:07 by ADMIN
Created by: Yiannis
Comments: 0
Category: Diagram
Type: Feature Request
20
as demo'd here : https://gojs.net/latest/samples/sankey.html
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
8
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
Completed
Last Updated: 24 Jan 2020 11:02 by ADMIN
It would be nice if the diagram control could support complex shape json export (diagram.save()) and import (diagram.load()), like shapes contains TextBlocks, etc.
Unplanned
Last Updated: 24 Jan 2020 09:49 by ADMIN
Created by: Imported User
Comments: 6
Category: Diagram
Type: Feature Request
12
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.

 
Completed
Last Updated: 22 Jan 2020 15:30 by ADMIN
Created by: Bhanu
Comments: 1
Category: Diagram
Type: Feature Request
0

Hi, 

I have to design the flow chart as below using the kendo diagram.  

 

After dragging the connection from bottom shape  (Add task) to  top shape (Default) as per the requirement it is showing like below. Actually both are same but the design look & feel is completely changed. i want to see the flowchart as like above one. Kindly provide solution for this.

 

Thanks,

Bhanu N

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

 

 

 

 

Completed
Last Updated: 13 Jan 2020 09:16 by ADMIN
Release R1 2020
Created by: Christian
Comments: 0
Category: Diagram
Type: Bug Report
1

Bug report

When exporting a diagram as a PDF, hidden shapes still visible. 

Reproduction of the problem

1. Run this dojo - https://dojo.telerik.com/oRUPUHOb/4
2. Click on "Mask" button
3. Click on "Save as PDF"
4. Open the exported PDF file

Expected/desired behavior

The shape State 1 must not be present on the exported PDF


Completed
Last Updated: 03 Jan 2020 14:55 by ADMIN
Created by: Jonathan
Comments: 4
Category: Diagram
Type: Feature Request
37
Please provide a way to change the styling of lines used to connect shapes in the Diagram widget. Specifically, I would like to have smooth/spline style lines between points similar to http://bit.ly/1t3LU0j or http://bit.ly/1nxzWLB.

Having labels on lines similar to the first picture above would also be quite useful.
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 3