Represents the props of the Kendo UI for Vue Native Sparkline component.
| Name | Type | Default | Description |
|---|---|---|---|
axisDefaults? | | This option allows to override the default axis options. | |
dataItems? | | The data for the default Sparkline series. Discarded if series are supplied. | |
dir? | | Represents the | |
onAxislabelclick? | | Fires when the user clicks an axis label. | |
onDrag? | | Fires as long as the user is dragging the Chart with the mouse or through swipe gestures. | |
onDragend? | | Fires when the user stops dragging the Chart. | |
onDragstart? | | Fires when the user starts dragging the Chart. | |
onLegenditemclick? | | Fires when the user clicks a legend item (see example). | |
onLegenditemhover? | | Fires when the user hovers over a legend item. | |
onNoteclick? | | Fires when the user clicks a note. | |
onNotehover? | | Fires when the user hovers over a note. | |
onPlotareaclick? | | Fires when the user clicks the plot area. The | |
onPlotareahover? | | Fires when the user hovers the plot area (see example). | |
onRender? | | Fires when the Chart is ready to render on screen (see example). For example, you can use it to remove loading indicators. Any changes made to the options are ignored. | |
onSelect? | | Fires when the user modifies the selection. The range units are:
| |
onSelectend? | | Fires when the user completes the modification of the selection (see example). The range units are:
| |
onSelectstart? | | Fires when the user starts modifying the axis selection. The range units are:
| |
onSeriesclick? | | Fires when the user clicks the Chart series. The | |
onSerieshover? | | Fires when the user hovers over the Chart series. | |
onZoom? | | Fires as long as the user is zooming the Chart by using the mousewheel operation. | |
onZoomend? | | Fires when the user stops zooming the Chart. | |
onZoomstart? | | Fires when the user uses the mousewheel to zoom the Chart. | |
paneDefaults? | | This option allows to override the default pane options. | |
panes? | | The chart panes configuration. | |
pannable? | | Specifies if the Chart can be panned (see example). | |
renderAs? | | Sets the preferred rendering engine (see example). If not supported by the browser, the Chart switches to the first available mode. The supported values are:
| |
seriesColors? | | The default colors for the Chart series. When all colors are used, new colors are pulled from the start again. | |
seriesDefaults? | | This option allows to override the default series options. | |
transitions? | | If set to | |
type? | | The data for the default Sparkline series. Discarded if series are supplied. | |
zoomable? | | Specifies if the Chart can be zoomed (see example). |