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 change the colors of data in a chart

Sai Kumar Araboina-OracleOct 11 2019 — edited Oct 14 2019

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.

pastedImage_0.png

Comments
Post Details
Added on Oct 11 2019
2 comments
5,324 views