You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, thank you for the great work on this library — it’s been really helpful for building a promotional calendar view in our app.
I have a few customization questions about the timeline:
Hide the hours view — Currently, the timeline shows time slots (e.g., hours). Is there a way to hide or disable the hours and only display higher-level time units (like days or weeks)?
Change days to weeks — For our use case, we want to show the timeline by week (e.g., W21, W22, W23, etc.) instead of daily intervals. Is there a configuration or formatter that supports grouping the timeline by week?
Show events in a table below — We’d like to display a simple table view under the timeline showing each event’s details (name, start date, end date, status, etc.), ideally synchronized with the bars above. Is there a recommended approach or API hook for rendering custom components or tables below the main timeline?
Our goal is to build a Promotional Calendar similar to a Gantt chart, where each row represents a promo type (e.g., Pre-order, POS Promo, Price Promo), and each bar spans multiple weeks.
Any guidance or examples on these points would be greatly appreciated 🙏
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Hi 👋
First, thank you for the great work on this library — it’s been really helpful for building a promotional calendar view in our app.
I have a few customization questions about the timeline:
Hide the hours view — Currently, the timeline shows time slots (e.g., hours). Is there a way to hide or disable the hours and only display higher-level time units (like days or weeks)?
Change days to weeks — For our use case, we want to show the timeline by week (e.g., W21, W22, W23, etc.) instead of daily intervals. Is there a configuration or formatter that supports grouping the timeline by week?
Show events in a table below — We’d like to display a simple table view under the timeline showing each event’s details (name, start date, end date, status, etc.), ideally synchronized with the bars above. Is there a recommended approach or API hook for rendering custom components or tables below the main timeline?
Our goal is to build a Promotional Calendar similar to a Gantt chart, where each row represents a promo type (e.g., Pre-order, POS Promo, Price Promo), and each bar spans multiple weeks.
Any guidance or examples on these points would be greatly appreciated 🙏
Thanks in advance for your help!
All reactions