Hi
I've configured my gantt like this:
<ejs-gantt #gantt
[height]="'calc(100vh - ' + reservedHeight + ')'"
[rowHeight]="50"
[taskbarHeight]="25"
[enableVirtualization]="true"
gridLines="Both"
// Other settings
>
// My custom columns
ejs-gantt>
And I have this problem with the lines between the table and the gantt chart:
The horizontal lines are not even. Also reaching the end, some gantt results disappear
This doesn't happen if I disable virtualization.
What can I do? I need virtualization because my gantt chart contains +700 lines
Edit: As a workaround, I've changed the CSS of the gantt chart. The borders increases the height to 54px.
To resolve that, I lowered down to match the 50px defined in the @Input property (rowHeight)
.e-gantt .e-gantt-chart .e-left-label-container {
height: 46px !important;
}
Hi! Thanks for the quick response.
1) This issue happens when scrolling, being more likely to occur if we have too many tasks. But only when using custom columns. (Or maybe I just wasn't able to repo with default columns)
2) I was able to repro the issue without any css style in the stackblitz that you provided
3) Here is an image of the stackblitz
Here is the stackblitz updated with the custom column
https://stackblitz.com/edit/angular-hmcrdw-y9pup6?file=app.component.ts
I'm sorry, sadly it doesn't have a straightforward way to
I also facing this issue. Can i know what is the solution?
The Reported issue has been already fixed in version v19.4.0.48. So, we suggest you update the latest version v20.3.58 to resolve this issue. For your reference, a sample is attached. Check the sample below for more details.
Sample: https://stackblitz.com/edit/angular-jczy17?file=app.component.ts
If still you’re facing this issue, then we request you to share below details, which will be useful for us to provide you with a better solution.
Code snippets of Gantt rendering code in your application.
Video demonstration of the issue.
Modify the attached sample as issue replicable, if possible.