I have an APEX GANTT chart which displays the start/end time (APEX vsn Apex 24.1.6)
Im am always wanting the chart to display between 7am and 7pm for today.
This works fine when data is found, by configuring the APEX GANTT chart's setting of Timeline:StartDate EndDate to use values from my query.
However if no data is found for the chart, it defaults to show an empty chart (fine) but with the horizontal time axis of "now" to "now plus 24hrs", ie showing all the hours over midnight.
*** How can I configure this to default to "7am today" and "7pm today" in all cases, whether data is found or not?