We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Event marker outside dates

Hi,

I have an event marker (it is set to today). The event marker is outside column dates (projectStartDate and projectEndDate are not set, so they are calculated from dataSource). I don't want to display the event marker when it is not within projectStartDate and projectEndDate.


Best regards,
Tomasz Tomczykiewicz

1 Reply

GA Gurunathan A Syncfusion Team September 26, 2019 10:22 AM UTC

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 


Loader.
Live Chat Icon For mobile
Up arrow icon