I have a chart in Oracle APEX app and I need to highlight one point, for example point x = 5.
When adding a new series with one point using SQL query SELECT...WHERE X=5
I've got a point on my chart, but it has x = 1
. How can I highlight point using only one series or is there any other ways to do it?
The only way I found is following. Main series query (for example):
Additional series query:
The additional series gives null values everywhere but desired value in the desired position. Also it has the same labels (third column of the query) and the same count of rows. The page with this example: https://apex.oracle.com/pls/apex/f?p=34599:10