Displaying Gantt chart milestones as bars in oracle apex - oracle-apex

there are some milestones showing up on my Gantt chart in oracle apex latest version. is it possible to display these milestones in as regular task bars instead of diamonds.

Related

Oracle apex Gantt chart how to highlight weekends

I have created a gantt chart on oracle apex. I need to highlight the weekends similar to what we have on jet. can someone please help me with this.
Thanks in advance.
I have gone through the oracle jet code. Please refer to below link. It highlights all weekends. but am not able to use it on apex.
https://www.oracle.com/webfolder/technetwork/jet/jetCookbook.html?component=gantt&demo=multipleTasks
You will need to use Javascript here.
Find out the weekends through javascript. Use ID oj-gantt-minor-axis-label to make change using javascript initialization code for apex chart

BI publisher returns blank report in oracle apex after deploying in tomcat

please i have deployed BI 10 G, and configured everything.. i can print with the bi publisher as the print server and selecting a generic layout; but the printout returns blank when i choose to use an rich text format layout in oracle apex.
any help
Do you still face this issue? Please check whether the Report Layout is selected properly in the specific Report Query.

How to show legend for the Timeline Google Chart

I am working on the reports using Timeline Google Chart. Now, I want a legend for the same chart. Can we have a legend for a Timeline google chart? If yes, how to implement that? Well, I have gone through the documentation of Google chart, the examples(for legend) given were for the other charts(Bar, Line) but not for the Timeline chart.
Your response will highly appreciated.
Thanks

Dynamically set a named LOV against a select list page item in Oracle APEX

I'm using Oracle APEX v4.2 on Oracle 11g DB.
I currently have a page item (P10_JOB_INFO), which is a select list with a pre-assigned Named LOV (i.e. JOBS_LOV) under the page item's List of Values section.
What I would like to achieve and unsure if possible is based on a radio group selection via a Dynamic Action change/click, switch the Named LOV currently assigned to P10_JOB_INFO to now use another Named LOV such as MGR_JOB_LOV.
Is this possible via a Dynamic Action and/or Oracle APEX API?

Annotated timeline google graph displaying issue

I am displaying data on annotated timeline google chart. It displays the data fine but if I scroll down my browser page and then scroll back up, it cuts off the top part of the chart and won't display it until I hover my mouse over it. Here are the pictures of what it looks like before and after
Before
After
How can I fix this issue? (Seriously google chart API sucks)