'Apex chart - how to change the position of the gradient when reversing the y axis?

i have reversed Y axis by doing this:

yaxis: {
    reversed: true,
}

And I'm getting this: enter image description here Is it possible to change the position of the gradient so that it is at the bottom?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source