The Kendo UI for Vue Sparkline is a tiny chart without axes, coordinates, legends, titles, or other chart-specific elements.
Generally, Sparklines are simple, word-sized graphics that can be embedded in tables, headlines, or chunks of text. The concept for their graphical representation was developed byEdward Tufte. The Kendo UI for Vue Sparkline is a version of the Kendo UI for Vue Chart which is tailored for this specific application. While the standard Kendo UI for Vue Chart component behaves like a block element, due to its rendering inside adiv element to allow for an easy embedding in texts, the Sparkline behaves like an inline element due to its rendering inside aspan element.
While, typically, Sparklines are line charts, they can also be rendered as the following Chart types:
The Kendo UI for Vue Sparkline component is part of the Kendo UI for Vue Charts library. It is distributed through NPM under thekendo-vue-charts package.
The following example demonstrates the Sparkline in action.
The Sparkline supports all configuration options that are applicable for the Categorical series type of the Chart.
Sparklines also include shortcuts for setting thedataItems andtype series options.