Skip to content

seo-201392-mutliple-h1-tag-hotfix #552

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: hotfix/hotfix-v29.2.4
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ej2-javascript/gantt/event-markers.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ When [`eventMarkers`](../api/gantt/eventMarker/) are given in consecutive dates
{% previewsample "page.domainurl/code-snippet/gantt/event-markers-cs2" %}
{% endif %}

# Label positions in ##Platform_Name## gantt control
## Label positions in ##Platform_Name## gantt control

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your taken repository is wrong, please check the shared repo sharepoint.


The EJ2 Gantt chart offers powerful features for customizing various labels position within the chart, enabling users to present relevant project information clearly. In EJ2 Gantt chart, labelSettings feature provides three key options for label customization: [`rightLabel`](../api/gantt/labelSettings/#rightlabel), [`taskLabel`](../api/gantt/labelSettings/#tasklabel), and [`leftLabel`](../api/gantt/labelSettings/#leftlabel). Label positions can be initialized by using the [`labelSettings`](../api/gantt/labelSettings/) property.

Expand Down Expand Up @@ -106,7 +106,7 @@ The following code example shows how to add label positions in the gantt control
{% previewsample "page.domainurl/code-snippet/gantt/label-position-cs1" %}
{% endif %}

# Managing event marker overlapping in ##Platform_Name## gantt control
## Managing event marker overlapping in ##Platform_Name## gantt control

In the EJ2 Gantt control, it is possible to customize multiple [`eventMarkers`](../api/gantt/eventMarker/) for the same date. However, by default, in such scenarios, these markers may overlap each other, resulting in visual clutter. To manage this, the following sample code demonstrates how to utilize the Gantt dataBound function to obtain label and arrow classes. It performs a loop action to fulfill the current requirement and to avoid overlapping. For further clarification, the code snippet below illustrates the flow of its implementation.

Expand Down