Hiya,
On apex.oracle.com (so version 19.1) I'm creating a simple gantt chart page. It works nicely, but I'd like to change the color of the bars of the tasks in the chart. I don't even need anything dynamic, I just wish to change it to a light color.
I find this thread Oracle Jet Gantt Color referencing this sample page: https://apex.oracle.com/pls/apex/f?p=36648:192:116647396872959::NO:::
According to that, I should achieve what I want simply by setting the series attribute "Task CSS Classes" to for example "u-color-2" or whichever color I'm after.
Problem is, that the color on my chart does not change, even though I can see on the sample page that it can work.
I'm probably missing something elementary, since I'm beginner in APEX - my google-fu is just too weak to find it on my own ;-)
Any hints how to use those CSS Classes?
Cheerio
/Kim