vuetify icon indicating copy to clipboard operation
vuetify copied to clipboard

[Feature Request] Custom gradient stops for VSparkline

Open dsseng opened this issue 6 years ago • 0 comments

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.

dsseng avatar Jan 03 '19 15:01 dsseng