You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DHTMLX Diagram can be initialized in one of the following modes: "default", "org", "mindmap" or "pert". To apply the necessary mode, specify the corresponding value of the **type** property:
22
30
23
31
-**type:"default"** is used to visualize relations between some entities
Copy file name to clipboardExpand all lines: docs/whats_new.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,14 @@ If you are updating Diagram from an older version, check [Migration to Newer Ver
10
10
11
11
## Version 6.1
12
12
13
-
Released on November , 2025
13
+
Released on November 25, 2025
14
14
15
15
### New functionality
16
16
17
17
- The ability to create Diagram PERT charts from Gantt data sets:
18
-
-[a new Diagram type: "pert"](/diagram/#diagram-in-the-pert-mode)
19
-
-[new types of shapes: "task" and "milestone"](/shapes/default_shapes/#shapes-in-the-pert-mode)
20
-
-[a new group type: "project"](/groups/#grouping-shapes-in-the-pert-mode) (for grouping tasks and milestones)
18
+
-[a new PERT mode](/diagram/#diagram-in-the-pert-mode) set via the [new type: `"pert"`](/diagram/api/diagram/type_property/)
19
+
-[new types of shapes: `"task"` and `"milestone"`](/shapes/default_shapes/#shapes-in-the-pert-mode)
20
+
-[a new group type: `"project"`](/groups/#grouping-shapes-in-the-pert-mode) (for grouping tasks and milestones)
21
21
- Diagram Editor. The ability to manage keyboard shortcuts (hotkeys) within the editor:
22
22
- a new [`hotkeys`](/api/diagram_editor/editor/config/hotkeys_property/) configuration property allows modifying or switching off the existing hotkeys, as well as adding new ones
23
23
- Diagram Editor. The ability to manage shapes resizing and rotating via a set of new events:
@@ -38,7 +38,7 @@ Released on November , 2025
38
38
- Diagram/Diagram Editor API. The ability to define the connection type of the lines:
39
39
- a new `connectType` parameter for the [`lineConfig`](/api/diagram/lineconfig_property/) configuration property of Diagram
40
40
- a new `connectType` parameter for the [`lineConfig`](/api/diagram_editor/editor/config/lineconfig_property/) configuration property of Diagram Editor
41
-
- Export API. The [pdf()](/api/export/pdf_method/) and [png()](/api/export/png_method/) export functions return a promise of data export
41
+
- Export API. The [`pdf()`](/api/export/pdf_method/) and [`png()`](/api/export/png_method/) export functions return a promise of data export
0 commit comments