Open prafullkumarBhendwade opened 8 months ago
Hi @prafullkumarBhendwade,
Currently the color can only be a CSS color.
Because this library uses the Canvas API, it would need to be done via JavaScript and with a CanvasGradient.
The best way to acheive this might be to hook into the Wheel.drawItemBackgrounds
method. I'm not sure if this is something I want to support, but for now I'll consider this a request for enhancement 😄.
Thanks for your replay
I was trying to update linear gradient bg color to itemBackgroundColors prop , not accepting the bg color as linear gradient See more below screen shots