Skip to Main Content

APEX

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!

How to add lines to a Jet Chart ?

Christian PitetNov 20 2020

Hi,
I have Anychart graph where I could add lines (see the red lines below). These lines comes from a table but there are not a serie. They are coming from the value of an item calculated with this request :

SELECT TRANSLATE (SEUIL_BAS, ',','.') FROM SITE_ECHELLE WHERE SITE = :p184_ename

So this line is not coming from a serie but was added using a customization of the XML code for the chart.
What is the way to add a line to a Jet Chart from the value of one point without using a serie ? I am using APEX 20.1
Snap 2020-11-20 at 14.35.06.pngRegards,
Christian

Comments
Post Details
Added on Nov 20 2020
5 comments
551 views