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
Regards,
Christian