React Sparkline Types

DisposingEvent

The type of the disposing event handler's argument.

import { SparklineTypes } from "devextreme-react/sparkline"
Type: SparklineTypes.DisposingEvent

DrawnEvent

The type of the drawn event handler's argument.

import { SparklineTypes } from "devextreme-react/sparkline"
Type: SparklineTypes.DrawnEvent

ExportedEvent

The type of the exported event handler's argument.

import { SparklineTypes } from "devextreme-react/sparkline"
Type: SparklineTypes.ExportedEvent

ExportingEvent

The type of the exporting event handler's argument.

import { SparklineTypes } from "devextreme-react/sparkline"
Type: SparklineTypes.ExportingEvent

FileSavingEvent

The type of the fileSaving event handler's argument.

import { SparklineTypes } from "devextreme-react/sparkline"
Type: SparklineTypes.FileSavingEvent

IncidentOccurredEvent

The type of the incidentOccurred event handler's argument.

import { SparklineTypes } from "devextreme-react/sparkline"
Type: SparklineTypes.IncidentOccurredEvent

InitializedEvent

The type of the initialized event handler's argument.

import { SparklineTypes } from "devextreme-react/sparkline"
Type: SparklineTypes.InitializedEvent

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { SparklineTypes } from "devextreme-react/sparkline"
Type: SparklineTypes.OptionChangedEvent

SparklineType

Specifies the sparkline type.

Accepted Values: 'area' | 'bar' | 'line' | 'spline' | 'splinearea' | 'steparea' | 'stepline' | 'winloss'

Used in:

TooltipHiddenEvent

The type of the tooltipHidden event handler's argument.

import { SparklineTypes } from "devextreme-react/sparkline"
Type: SparklineTypes.TooltipHiddenEvent

TooltipShownEvent

The type of the tooltipShown event handler's argument.

import { SparklineTypes } from "devextreme-react/sparkline"
Type: SparklineTypes.TooltipShownEvent