I have events which I want to display as shown below:
The features which are important to me: 1. Week days/calender days are displayed as rows and not columns 2. The whole 24h of a day are shown
I have tried to use react-google charts. But it's a complete mess since I have to add dummy events at 0 and 24h as well as set every event to the same day behind the scenes since the timeline chart only shows elements that are on the same day.
I have looked at a couple of calendar packages but they all use a vertical timeline.
What library would you recommend?
Do I have to build such a component from scratch?