Hi there,
I am working on ORACLE APEX reports and charts.
I have two charts side-by-side that display different releases. My requirement is I want to see the same colors for releases in both these charts.
In the screenshot, 19D is displayed in GREEN color in the left chart and 19D is displayed in BLUE COLOR in the right chart. I want the color to be consistent on both these charts. Please suggest do we have any SQL query or how do I change the color pattern.
If this query results in the individual color on the chart, "select release_id from ct_releases where ranking = 1".. can i pass the color value in this query. If I can, then please suggest chnages to the query.
