Good morning, actually I'm changing the columns color in an xy chart setting the color in a property and than passing it in the deriveFieldFromData
and usually this color is red or green.
I'm trying to change this color setting a linear-gradient on that, for example
linear-gradient(#e66465, #9198e5)
but it's not working.
What else could I try?