The sparkline component can be used to create simple graphs, like GitHub's contribution chart.
Any SVG attribute may be used in addition to the ones listed below.
Sélectionnez le composant désiré ci-dessous afin de voir les props, slots, événements et méthodes disponibles.
Vous trouverez ci-dessous une collection d'exemples simples ou complexes.
Vous pouvez créer une v-sparkline
avec le remplissage en utilisant la propriété fill
.
For concise information, a complete chart might be overkill. Using a trend line with gradient provides enough detail for the user without showing too much information.
The v-sparkline
component pairs nicely with v-card
and v-sheet
to create customized information cards, perfect for admin dashboards. Here we use custom labels to provide additional context for the sparkline.
By providing a label slot, we are able to modify the displayed content adding a dollar sign ($). This slot is exclusively for text content. For more information on the svg <text>
element, navigate here.
Prêt pour plus ? Continuez la lecture avec :