FullCalendar Week view but horizontal - layout

I am in need displaying the dayGridWeek but horizontal in rows, not columns. Imagine the list view but showing every day of the week regardless of whether it's filled or not.
It seems I can create a customView but can I tell FullCalendar to render the whole week the way it does it in dayGridWeek and let me style this?

Related

Bringing conditional formatting to the front of a collapsed group

I'm creating a Gantt Chart that covers every day of the year, I also want the days to be grouped into weeks to be able to see the year as a whole easier. I've used conditional formatting to show tasks durations, tasks being overdue etc, and a vertical column to show the current date. These are shown in the image below.
Expanded groups
This all seems to work well but my problem is when I collapse a group I lose that information, as seen in the next image.
Collapsed groups
How do I retain the information on the collapsed group, showing the highest priority conditional format within that week group as the front "label" of the group?
Thanks :)
I've tried playing around with the conditional formatting but I've not been able to achieve the results I wanted. I think the results might lie in VBA?

How to split overlaping events on a stacked bar schedule?

I have created a schedule in Excel using a stacked bar chart. Basically, every event has a date, start time and a duration. The date determines the "category" on the graph, then the duration is stacked on top of the start time, the latter being filled with transparency, thus creating a schedule.
However, how can I handle two overlaping events on the same day ? Currently they are simply masking one another. I would like to have the events fill up only half of the day when they are overlaping, but not when they are not.
Also would like to avoid using any VBA as I want to be able to use table filters to look through the schedule.
Attached is a screenshot of said schedule

dash/plotly how can I add a calendar/agenda/schedule view

I have created my own dashboard and would like to add a new tab with a calendar/schedule or task manager/viewer; as an example, would it be possible to come up with something like
On that picture I am mostly interested in the overall Month view (and the scroll down feature) in the center-right.
My "Calendar" would only run for the next 4 months and would be fed from a database (a table birthdays, a table appointments, a bank_holidays table...). A birthday would show up in yellow for instance while an appointment would be in red and a bank_holidays in blue. It wouldn't be dynamic as the Calendar would be initialized upon a button clicked and the data would be "frozen" until the next day/click of a button. From what I found this is far from being straightforward. I thought (think) I could have used the DatePickerRange and instead of having the calendar popping-up, having a way to have this calendar fixed/static within my page.
If this is not possible to be done intuitively based on dash/plotly I was thinking I need to create my own calendar template based on dash datatable: one datatable for each upcoming months (max 4 months). How can I initialized a dataframe to represent a month, with columns being the day of the week, and the values per rows being the day of that month?
My idea would then to cast those values into a list and then append the dates from my birthday table, appointment table and so on.
Edit: it seems there are some Calendar templates based on javascript, but then how can I embed such template into my dash/plotly dashboard?

How can I make self-updating chart with formula?

I want to make a self updating chart for weekly sales KPI.
Columns are the times, every day, by hand I update it until that time.
First row is the target, and then all the inputs are typed in by hand when we know how much we sold.
I need the chart to update itself by taking into account what time it's now. E.g. If it's Monday 13:00, then it means chart will only look into 5 inputs. I hope it's clear.
Green circle is % of how many goals we met, red circle would be how many goals were not met. Ignore the blue one.

Would like to limit the number of elements in a Pivot Chart filter

I am creating a pivot table with a corresponding pivot chart in VBA.
I have filtered the data in the table to show only the top 5 values and the chart also only displays the top five values. However, if you click the field filter button on the chart, every value is there and checked by default (even though only five are visible).
The problem comes when I want to remove one of the top five from the chart (due to the fact that it is so large it is suppressing the visibility of the other data). If I unselect that item, suddenly every other item becomes visible instead of just the other four items like I would like. I realize this is because all the items are checked in the filter.
What I would like to know is why they are all checked by default even though only five are visible and if there is a workaround for this issue (can the filter only show the top five or at least only have the top five checked)?

Resources