Iโm excited to share a custom component, I recently developed, for rendering react-calendar-timeline in Dash Apps.
This component is designed to help you visualize and interact with scheduled events in a calendar-like timeline format, similar to Gantt charts or broadcast planners.
Iโm actively improving the component based on user feedback โ so if you try it out and have suggestions or ideas, feel free to open an issue or contribute via GitHub.
What a helpful new component. You donโt see too many calendar components in Dash and this one is pretty comprehensive. Thank you for building it, @waleedmalik
@darkjhesus Yes, you can zoom in and out on the timeline using Ctrl + mouse scroll. You can also achieve this programmatically by adjusting the visibleTimeStart and visibleTimeEnd properties.