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:35 by ADMIN
Created by: Martin
Comments: 0
Category: Diagram
Type: Feature Request
2
It would love to have an export feature for Diagram which will give the possibilty to make an export to Microsoft Visio.
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: 01 Apr 2020 09:37 by ADMIN
Created by: Diego
Comments: 0
Category: Diagram
Type: Feature Request
2

Add ability to define connection visual template option for the whole connection path. In this way the user can define custom connection types (like 'polyspline' ).

Someting like:

https://docs.telerik.com/devtools/winforms/controls/diagram/diagram-items/connections/connection-types 

Unplanned
Last Updated: 05 May 2022 09:05 by Divyesh

Enhancement

Expose renderAs property in Diagram as it is in Chart

TicketID: 1563168

Environment
Kendo UI version: ]all]
Browser: [all]

Unplanned
Last Updated: 25 Mar 2024 11:22 by ADMIN
SVG Example:

            <svg>
                <defs>
                    <pattern id="Occupied"
                            width="4" height="10"
                            patternUnits="userSpaceOnUse"
                            patternTransform="rotate(45 50 50)">
                        <line stroke="#ffb29d" stroke-width="2" y2="10"/>
                    </pattern>
                </defs>
                <rect x="5" y="5"
                      width="40" height="100"
                      fill="url(#Occupied)"
                      stroke="#ff7094"
                      stroke-width="1" />
            </svg>

Unplanned
Last Updated: 12 Feb 2020 11:34 by ADMIN
Created by: MichaƂ
Comments: 0
Category: Diagram
Type: Feature Request
1
It should be allowed to extend the Diagram plot area to more than 20000px and/or to calculate the max scroll width based on the Diagram content.
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?

 

Unplanned
Last Updated: 02 May 2022 17:46 by Divyesh
Created by: Divyesh
Comments: 0
Category: Diagram
Type: Feature Request
1

Hi Team,

I'd like to request the functionality to inject HTML code using the Kendo UI Drawing API.  Specifically, being able to utilize a Node Container with the Drawing API would be great.  

Thank you!

Unplanned
Last Updated: 23 Feb 2024 22:02 by Roy
Created by: Roy
Comments: 0
Category: Diagram
Type: Feature Request
1

Hi Team,

I would like to request adding Swimlane Orientation for the Kendo UI Diagram. 

Thank you!

Unplanned
Last Updated: 18 Nov 2020 12:03 by ADMIN
Created by: Bogdan
Comments: 1
Category: Diagram
Type: Bug Report
0

I disable the zoom on a diagram by setting the zoom property to 0 and it works.

Unfortunately it crashes the pdf export with the following error:

This is a dojo where the issue reproduces: https://dojo.telerik.com/EveCAnAq

I did a quick investigation in the library and the culprit seems to be the first line of the below function. _zoom is either zero or undefined resulting in NAN. 

Unplanned
Last Updated: 19 Mar 2024 16:31 by Indika Samarasekara (Manager - IT Infrastructure)
Created by: Indika Samarasekara (Manager - IT Infrastructure)
Comments: 0
Category: Diagram
Type: Bug Report
0

Bug report

On Zoom Some Connection lines become bolded

Reproduction of the problem
Dojo: https://dojo.telerik.com/uHOdOHOV/4

Zoom the chart randomly

Current behavior

Some Connection lines become bolded


Expected/desired behavior
Connection lines coordination shall be rounded so they render equally

Environment
Kendo UI version: [all]
Browser: [all]

1 2