Our state of the art Gantt chart


Post by greg »

I have a simple gantt with a basic calendar:

calendars: {
    rows: [
      {
        id: "general",
        name: "general",
        intervals: [
          {
            recurrentStartDate: "on Sat at 0:00",
            recurrentEndDate: "on Mon at 0:00",
            isWorking: false,
          },
        ],
        expanded: false,
      },
    ],
  }
  ...
  project: {
    calendar: "general",
  }

I tried more different calendars, but they all renders on the grid in the same way:

weekends not highlighted
weekends not highlighted
gantt1.PNG (4.47 KiB) Viewed 220 times

I wish the weekends to be higlighted as you can see here:

weekends highlighted
weekends highlighted
gantt2.PNG (5.54 KiB) Viewed 220 times

Could you advise how to achieve it, please?


Post by mats »

Could you please attach your full test case so that we can run it and debug it?


Post Reply