hellocomet / vue-svg-gauge

Customizable gauge component with gradients and animations for VueJs
https://hellocomet.github.io/vue-svg-gauge/
MIT License
80 stars 22 forks source link

Request to remove inner-shadow filter #26

Open rkloth opened 3 years ago

rkloth commented 3 years ago

Is your feature request related to a problem? Please describe. There is a hard definition of an inner shadow which cannot be removed or configured. I would argue that it shouldn't be present if the component is supposed to be somewhat unopinionated. The developer should however have some means of styling the masked sections (?)

Describe the solution you'd like My suggestion would be to remove the inner shadow filter or make it configurable.

Additional context Add any other context or screenshots about the feature request here.

image

Resulting in:

image image