Hi! I have two questions
|
Sl.No. |
Query |
Syncfusion Comments
| |
|
1 |
Is it possible to customize the event markets, for example, I would like to have two designs, one for the "today" indicator and another one for the milestone tasks. |
Yes, we can customize the look of the event markers. We can do this by making use of the CSS classes of the event markers to customize them. The below code snippets demonstrate the solution.
Index.css
| |
|
2 |
The other question is if I have a few tasks, is it possible to set the height of the Gantt container to 100vh of my container? To avoid the white space bellow |
Currently, we do not have support to set the height of the Gantt Chart in vh. However, we can set the height of the Gantt Chart to auto if you wish to get rid of the blank space after the records are rendered. If not, please share more details about your requirement, so that we may provide a solution to you. |
Hi!
In issue #2 what I meant was that I want to fill the white spaces with the vertical lines of the gantt
Is this pos
|
<style>
.e-gantt .e-gantt-chart .e-line-container-cell {
height: 430px;
}
.e-chart-rows-container {
height: 430px !important;
}
</style> |