Hello, I’m trying to use a linear gradient in the backgroud color of my trend chart, but it renders a black background, this is what i’m doing:
let color = cf.Color()
.theme({ background:'linear-gradient(310deg,#2152ff,#21d4fd)', font: 'black' })
.palette(["#fff"]);
myChart.set("color", color)
Is this an issue or, maybe, is there a different way to achieve this?