Hello,
I am attempting to control the color of my graduated symbols based on a different value from the one used to drive the symbol sizes. Both values are in the same attribute table. I was thinking to do this with an Arcade expression under "Vary symbology by color" however, it doesn't seem to be working as expected. The Arcade expression I am using is:
if ($feature.USER_avg_tem==70){
return rgb(255, 255, 0)
}

Any advice on how to get this working would be appreciated.
Thanks,
Derek