Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

GANTT charts, restrict the hours displayed each day to only business hours

ajmlrMar 26 2024

I have a GANTT chart, but I want to restrict the hours displayed each day, to only business hours, to more efficiently use the horizontal space.

(As I will only have tasks with a start_time >= 8:00 and end_time <= 18:00)

At the moment, it shows from 00:00 to 23:59, effectively wasting the red marked area in the attached image...

This is a similar concept to the Calander region settings:

 pOptions.slotMinTime            = "08:00:00";

pOptions.slotMaxTime            = "18:00:00";  

Regards,
Alister (apex version 23.1)

Comments

Post Details

Added on Mar 26 2024
1 comment
194 views