If multiple events are in the same time slot, only the top most one shows, and the others are rendered under it on the day view.
That sounds like a bug, but the examples page seems to be working. Can you post a screenshot, along with the events data?


I was thinking maybe its a css issue, but the percentages are all the same
I also encountered the same issue that the events overlap when the time slots are the same. Awaiting for reply from the developers.
@zackify can use actually paste the cleaned events that cause the issue so we can copy it here? Or just put something together we can run
yeah ill try to make a little CRA demo soon
Thanks!
create-react-app calnpm install react-big-calendar momentnpm start```import React, { Component } from 'react';
import moment from 'moment';
import BigCalendar from 'react-big-calendar';
import 'react-big-calendar/lib/css/react-big-calendar.css';
BigCalendar.momentLocalizer(moment);
class App extends Component {
render() {
return (
export default App;
```
Go to the day view for december 27. All events are right on top of each other.
@jquense
Oh by the way awesome work on this component, you all are great :)
Do you have any update regarding this issue?
Nope I'm on vacation
I've fixed this on my local branch (along with some other stuff). I'll let you know once the PR is ready!
@tobiasandersen what is the fix for this bug?
@tobiasandersen I'm dying to know what 'more google-like' means. Any chance you could post a before-after of day view so we could get a preview?
@smandell I think the visual changes should be quite subtle, but you can try for yourself now with https://github.com/intljusticemission/react-big-calendar/pull/677. It'd be really helpful if people could help testing with their own data and report back!
should be fix on master, gonna try and get a release out
Anyway you could post back here when it's released since it's fixed but not out?
Most helpful comment
@smandell I think the visual changes should be quite subtle, but you can try for yourself now with https://github.com/intljusticemission/react-big-calendar/pull/677. It'd be really helpful if people could help testing with their own data and report back!