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
Copy file name to clipboardExpand all lines: data/desktop/baselines.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Custom Elements in Timeline Area
4
4
{{pronote This functionality is available only in the PRO edition}}
5
5
6
6
dhtmlxGantt provides the [built-in functionality](desktop/inbuilt_baselines.md) that allows rendering such extra elements as baselines,
7
-
deadlines and task constraints by default. In case, you need to extend or modify the default features, you can add custom elements into timeline manually as described below.
7
+
deadlines and task constraints by default. In case you need to extend or modify the default features, you can add custom elements into timeline manually as described below.
8
8
9
9
Displaying additional elements is usually done by creating a displayable layer and placing custom elements there
10
10
(using the absolute positioning to put custom elements next to the related task).
Copy file name to clipboardExpand all lines: data/desktop/configuring_time_scale.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -723,7 +723,7 @@ You can find detailed examples on how to implement an infinite scroll in the tim
723
723
724
724
## Sticky labels
725
725
726
-
Starting from v9.0, time scale labels are sticky by default. This means that when the width of a cell is significantly larger than the width of its label, the label will remain visible as you scroll through the timeline, staying attached to the viewport until it naturally scrolls off. This improves the visibility of scale labels, particularly when zoomed in or out.
726
+
Starting from v9.0, time scale labels are sticky by default. It means that when the width of a cell is significantly larger than the width of its label, the label will remain visible as you scroll through the timeline, staying attached to the viewport until it naturally scrolls off. This improves the visibility of scale labels, particularly when zoomed in or out.
727
727
728
728
To revert to the old behavior where labels are centered within their cells and do not remain visible while scrolling, you can disable sticky labels by setting the `sticky` property of the scale object to `false`:
729
729
@@ -736,7 +736,7 @@ gantt.config.scales = [
736
736
gantt.init("gantt_here");
737
737
~~~
738
738
739
-
You can also force sticky labels for a particular scale regardless of cell width by setting `sticky: true`. This will ensure the labels are always sticky, even when the label width is smaller than the cell width:
739
+
You can also force sticky labels for a particular scale regardless of the cell width by setting `sticky: true`. It will ensure the labels are always sticky, even when the label width is smaller than the cell width:
Copy file name to clipboardExpand all lines: data/desktop/custom_projects_dates.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
Manually Scheduled Summary Tasks
2
2
===============================
3
3
4
-
There is a possibility to schedule [projects](desktop/task_types.md) (summary tasks) manually. This feature serves to outline project phases before all subtasks are detailed,
5
-
providing a framework for your project timeline.
4
+
There is a possibility to schedule [projects](desktop/task_types.md) (summary tasks) manually.
5
+
This feature serves to increase flexibility and accuracy in managing projects with Gantt charts.
6
6
7
7
By default, summary tasks automatically calculate their dates based on the earliest start and latest end dates of their subtasks.
8
8
You can also set fixed start and end dates for summary tasks independently of their subtasks. As a result, the Gantt chart will display both the fixed duration
Copy file name to clipboardExpand all lines: data/desktop/custom_skins.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -209,7 +209,7 @@ The script will rebuild CSS files from sources and put them into the *codebase*
209
209
Structure
210
210
------------
211
211
212
-
The structure of the **less** folder for version 7.0 (may be changed in future versions) is given below:
212
+
The structure of the **less** folder for version 9.0 (may be changed in future versions) is given below:
213
213
214
214
### Images
215
215
@@ -279,15 +279,15 @@ npm run build
279
279
280
280
<br>
281
281
{{note
282
-
Note that gantt may apply some predefined settings to the calendar based on the applied skin.
283
-
When you create a new skin by copying an existing one, you may need to apply the corresponding settings to the gantt manually.
282
+
Note that Gantt may apply some predefined settings to the calendar based on the applied skin.
283
+
When you create a new skin by copying an existing one, you may need to apply the corresponding settings to the Gantt manually.
284
284
}}
285
285
286
286
287
287
JS styling settings
288
288
---------------------
289
289
290
-
Note that not all aspects of Gantt styling are controlled from CSS, some parameters are defined from the JavaScript configuration, for example following properties:
290
+
Note that not all aspects of Gantt styling are controlled from CSS, some parameters are defined from the JavaScript configuration, for example the following properties:
@@ -208,7 +208,7 @@ DHTMLX Gantt comes with built-in visualization for deadlines and constraints, en
208
208
209
209
### Deadlines visualization
210
210
211
-
Gantt supports a numeric**task.deadline** field. When specified, it displays a visual indicator on the chart, thereby simplifying the tracking of task deadlines.
211
+
Gantt supports the**task.deadline** field. When specified, it displays a visual indicator on the chart, thereby simplifying the tracking of task deadlines.
212
212
213
213
~~~js
214
214
gantt.parse({
@@ -238,9 +238,9 @@ After that you can customize the display of deadlines by [creating a custom dead
238
238
The **gantt.config.deadlines** config enables or disables the display of deadline elements for tasks. If enabled, Gantt will check the **task.deadline** property,
239
239
and if it contains a valid date, the deadline element will be displayed in the timeline.
240
240
241
-
### Task constraints
241
+
### Task constraints {#taskconstraints}
242
242
243
-
Starting from v9.0, when [auto scheduling](desktop/auto_scheduling.md) is enabled and works in Constraint mode (api/gantt_auto_scheduling_compatibility_config.md is set to *false*), Gantt will automatically display constraint dates in the chart.
243
+
Starting from v9.0, when [auto scheduling](desktop/auto_scheduling.md) is enabled and works in the Constraint mode (api/gantt_auto_scheduling_compatibility_config.md is set to *false*), Gantt will automatically display constraint dates in the chart.
244
244
245
245
~~~js
246
246
gantt.parse({
@@ -259,12 +259,13 @@ gantt.parse({
259
259
})
260
260
~~~
261
261
262
-
The display of constraints can be controlled using the `display_constraints` option in the api/gantt_auto_scheduling_config.md config. By default, constraints are shown, but you can disable them by setting `display_constraints` to `false`:
262
+
The display of constraints can be controlled using the `show_constraints` option in the api/gantt_auto_scheduling_config.md config.
263
+
By default, constraints are shown, but you can disable them by setting `show_constraints` to `false`:
Copy file name to clipboardExpand all lines: data/migrating.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
@@ -141,8 +141,8 @@ gantt.init("gantt_here");
141
141
Previously, adding baselines required manual coding using the `gantt.addTaskLayer` API. With Gantt 9.0, we've introduced built-in support for baseline entities together with
142
142
deadlines and task constraints.
143
143
144
-
In case, you want to switch off the default settings and render baselines and deadlines manually,
145
-
you can use the corresponding confguration options: api/gantt_baselines_config.md and api/gantt_deadlines_config.md:
144
+
In case you want to switch off the default settings and render baselines and deadlines manually,
145
+
you can use the corresponding configuration options: api/gantt_baselines_config.md and api/gantt_deadlines_config.md:
0 commit comments