How can I change the dial gauge to represent red/yellow/green based on values queried.
What my users want is a dial gauge that shows red for numbers < 10 Yellow between 10 and 50 and green greater than 50 for instance.
I can find no attributes to modify colors based on values. so I'm guessing it has something with the css or html code. If so what needs to be changed and how.
even if i could change the background of the gauge and/or the needle would be useful.
I'm a pl/sql developer and not a web developer.
Using apex 5.1
test example at apex.oracle.com
workspace jmaag_test
user test
pwd test
If you have a better idea on how to show the data i'm open to that too.