Solved FullCalendar Viz missing colour

I would like to revisit this color issue again. If you take a look at this sample calendar from the fullcalendar site, the only events that have background colors are all day events and those that span more than one calendar day. This to me actually looks better and I would think what most customers would want.

Thoughts?
 

Attachments

  • Screenshot from 2024-10-27 07-43-12.png
    Screenshot from 2024-10-27 07-43-12.png
    49.7 KB · Views: 4
I have been using FC VIZ for many years now and I always had color behind it, even with 2 hours events.
It worked well till one of the recent updates of or J4 or Fabrik.
And for me it is important to have this kind of functionality.
 
Hmm.. at least in week and day view we will have the color bar. For month view it may be an option, but at least a color indication (colored bullet) needs to be available. For me both options are acceptable.

But adding a colored bullet leads to another problem: less place for time and title.

In general we should have some base css, which can be customized with a custom css (e.g. smaller font).

Did @elmarra provide the css for smaller screens (with or w/o mediaquery)?
.fc-event-main {
overflow: hidden;
text-overflow: ellipsis;
}
 
Yes, but we are still tweaking it. I was doing some button styling in the javascript file. We have changed that to adding a data attribute to the button to indicate the style, icon, button or both. @elmarra is going to build the css for each and for each media.

I think this will also make it easier for users to add their own user css styles.
 
There is now an end time format just like the start time format.

The viz colors are now showing correctly so I am closing this issue.
 
Back
Top