Hi Tomasz,
Greeting from Syncfusion.
In current implementation of project start date and end date calculation we are not included the event markers date values, so the timeline cell was not rendered for event markers. But event marker was rendered on empty place, in this case we should match the timeline header and taskbar rows, you can achieve this by using following code snippets,
<style>
.e-chart-rows-container {
overflow: hidden;
position: relative;
}
</style> |
When we add this code snippets in application event markers which are outside of project dates will goes to hidden state.
But we have changed the behavior of project start date and end date calculation by including event markers, because event markers also part of project, it will be included in our upcoming Volume 3, 2019 main release. This is available at first week of October, 2019. In this calculation timeline header also included for event markers.
Please find the below sample link.
Please let us know, if you need more information on this.
Regards,
Gurunathan