-
-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Sparkline with min and max value #13073
Comments
Hi @AndreasKubasa, would you be able to elaborate more on what |
Hello @venusvavadiya I was thinking about something like this Highcharts Sparkline We wanted to achieve something similar to this: But, using the sparkline from vuetify, with values eg.: value: [10, 10, 10, 11] you get something like that. We use it to show a sparkline for the awesomness history here: https://awesometechstack.com/analysis/website/vuetifyjs.com/ If you need more information, i would be happy to provide more information. |
Interested as well 😊 |
We've also run into this |
@johnleider any plans for this? |
Not perse but it does have some community traction. Sparkline hasn't had a developer champion yet so it's sat in limbo tbh. When the component is revisited we can come back to this. |
This commit partially addresses this, and there more I'd like to do. |
Problem to solve
The Sparkline (https://vuetifyjs.com/en/api/v-sparkline/) element does not have a min max value which is a crucial feature for many area charts.
Proposed solution
Let the user define a min and max value e.g. min: 0, max: 100 combined with a height it would be a good feature for a area chart.
The text was updated successfully, but these errors were encountered: