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: 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: 14 Jul 2023 11:58 by ADMIN
Expand/Collapse feature on click of the diagram nodes. 
Load data on demand during enpansion of the node.
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: 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!

Completed
Last Updated: 16 Sep 2021 17:01 by ADMIN
Release 2021.R3
Created by: Michael
Comments: 1
Category: Diagram
Type: Feature Request
5
While the Diagram component is nice it is not explicitly constrained to OrgChart behavior with custom drill-up and built-in drill-down capability like the control for the ASP.NET AJAX suite has and thus trying to implement it as such would consume too much time.  The Diagram component is amazing and certainly has valid use cases but to extend it for use as an OrgChart with all the behaviors that exist in the pure AJAX control would be a pain.
Unplanned
Last Updated: 27 Aug 2021 08:51 by Diana
Created by: Imported User
Comments: 6
Category: Diagram
Type: Feature Request
40
What about adding dynamic scrollbars to the HTML5 Diagram widget?

As developer I'm familiar with the pan and zoom concept, but customers and normal users are expected to see scroll bars to move around a diagram. 
In this demo

http://demos.telerik.com/kendo-ui/html5-diagram-sample-app

you can add objects that fall outside of the main view, but no scroll bars appears.

Here http://kendoui-feedback.telerik.com/forums/127393-telerik-kendo-ui-feedback/suggestions/6552432-html5-diagram-control-allow-scrolling

was posted a similar request, but the scrollbars Kenshin suggested 
are static.

The scrollbars does't readapt if the work area changes. 

If you move objects around, apply a different zoom, add more elements, and so on.
Unplanned
Last Updated: 12 Aug 2021 13:18 by ADMIN
I want the content to be divide into two lines. So I tried setting `connectionDefaults.content.visual` with the below function:


            var getConnection = function (data) {
            var g = new kendo.dataviz.diagram.Group({
                autoSize: true
            });
            var text1 = new kendo.dataviz.diagram.TextBlock({
                text: data.label.name,
                fontSize: 16
            });


            g.append(text1);

            var text2 = new kendo.dataviz.diagram.TextBlock({
                text: data.label.value,
                fontSize: 16
            });


            g.append(text2);
            return g;
        }
But the problem here is that the `data` field does not populate the connection data due to which assigning values is not possible.


A solution for this is much appreciated.
Unplanned
Last Updated: 12 Aug 2021 13:16 by ADMIN
Currently, a shape that is a group of inner shapes is selected by clicking anywhere inside its bounding box. 
However, when there's a gap between the inner shapes through which you see another shapes, clicking that other shape will not select it due to the bounding box.
If instead the selection was based on the inner shapes, that wouldn't be a problem.
Completed
Last Updated: 27 May 2021 11:04 by ADMIN
Created by: Imported User
Comments: 3
Category: Diagram
Type: Feature Request
3
I would like to see some graphical documentation to show the structure of the controls created by Kendo. I'm imagining an exploded diagram or something like this picture: ( http://bit.ly/VKIgHn ). But instead of kindle hardware - there are layers of the divs, blocks, sub containers and other working parts of the widget. This would also include what base styles ( k-widget, etc) are on each block. In particular - I'm trying to re-style your calendar widget and the element view in Chrome debugger tools has the data - but it's very hard to get a good overview in all that dense text :)
Unplanned
Last Updated: 25 May 2021 10:45 by ADMIN
Created by: Les Baker
Comments: 0
Category: Diagram
Type: Feature Request
2
It would be great to have a "shadow" property and customization settings for shapes.  That would take the visual appeal of these controls clearly to the next level.  Same request for "corners" as in rounding/settings. 
Unplanned
Last Updated: 22 Apr 2021 10:40 by ADMIN
Created by: Imported User
Comments: 3
Category: Diagram
Type: Feature Request
6
Extend Dataviz Diagram to implement a BPMN Editor using
Declined
Last Updated: 22 Mar 2021 15:05 by ADMIN
Created by: Peter
Comments: 1
Category: Diagram
Type: Feature Request
1
It would be nice if the diagram control could support undobale properties load back from saved data. And also if shapes, connections could acquire this property (not only through diagram.addShape and diagram.addConnection).
Unplanned
Last Updated: 07 Jan 2021 18:33 by ADMIN
Created by: Joel
Comments: 0
Category: Diagram
Type: Feature Request
2

Hi Team,

I'd like to request the Kendo UI Diagram to include a double click event in future releases similar to the click event.  

Thank you

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 

Completed
Last Updated: 14 Feb 2020 14:31 by ADMIN
Created by: Imported User
Comments: 1
Category: Diagram
Type: Feature Request
5
Currently, the Diagram control does not register touch event as a click.  Therefore, selecting and dragging nodes in the diagram does not work.  It only pans the entire view.  These show up as Pan events only and no other events seem to fire.
Completed
Last Updated: 14 Feb 2020 13:14 by ADMIN
Created by: Gord
Comments: 1
Category: Diagram
Type: Feature Request
1
It would be nice if there was some kind of alignment property on the TextBlock component in a Diagram, so that the text could be properly centered without needing to calculate the positions within the area.

Maybe having some kind of "container" component with this property that you could place TextBlocks inside would work.
Completed
Last Updated: 14 Feb 2020 13:11 by ADMIN
Created by: Imported User
Comments: 1
Category: Diagram
Type: Feature Request
4
You should include a flowchart demo for your diagram tool. It is possible - somewhat - but you are not even including a demo for it, while vendors like syncfusion do! 

The way I found out a flowchart was possible was because of the Kendo UI cookbook and cookbook code files. 
https://www.packtpub.com/web-development/kendo-ui-cookbook

Seriously, I don't know why you are not including a demo for a flowchart in your demo list for the diagram tool; this should be a no-brainer to include, and in theory, you should not even have to build anything new, just use the diagram tool you have already made. 

Completed
Last Updated: 14 Feb 2020 12:51 by ADMIN
Created by: Yvan
Comments: 4
Category: Diagram
Type: Feature Request
15
What we would like to do is to be able to disable the following in the Diagram:

- Draggable objects
- Dynamic connectors
- Ctrl+Z effect
Completed
Last Updated: 14 Feb 2020 12:49 by ADMIN
Created by: Martin
Comments: 1
Category: Diagram
Type: Feature Request
5
In large Diagrams the connections will route trough the shapes itself what is very confusing. I would like to have an option to avoid this behaviour.
1 2 3