vuetify
vuetify copied to clipboard
[Feature Request] Custom gradient stops for VSparkline
Problem to solve
Add custom gradient stops for VSparkline. I think it will be useful for creating gradients.
Proposed solution
Use something like this as a gradient array item:
{
stop: 10,
color: '#f72047'
}
I want to work on it.