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
close icon

Hide timeline's top tier

Hi,

I want to hide the top tier in timeline. How to do this?

Best regards,
Tomasz Tomczykiewicz

3 Replies

PP Pooja Priya Krishna Moorthy Syncfusion Team December 2, 2019 11:58 AM UTC

Hi Tomasz, 
We can hide the top tier of timeline settings, by assigning the value to timelineSettings.bottomTier.unit alone. Please find the below code example. 
 
 
<ejs-gantt 
   //... 
    :timelineSettings="timelineSettings" 
></ejs-gantt> 
 
data: function() { 
    return { 
      //... 
       timelineSettings: { 
        bottomTier: { 
          unit: "Day" 
        }, 
      }, 
    }; 
} 
 
Regards, 
Pooja K. 
 



TT Tomasz Tomczykiewicz December 2, 2019 12:52 PM UTC

Hi,

Thanks, it's solved my problem.

Best regards,
Tomasz Tomczykiewicz


JS Jonesherine Stephen Syncfusion Team December 3, 2019 07:29 AM UTC

Hi Tomasz, 
Thanks for your update. 
We are happy that issue has been resolved at your end. 
Please let us know if you need further assistance on this. 
 
Regards, 
Jone sherine P S 


Loader.
Live Chat Icon For mobile
Up arrow icon