Home > plot > IDataSpec

IDataSpec interface#

Specifes data to be rendered on the chart in values/annotations form.

Signature:
export interface IDataSpec

Properties#

PropertyTypeDescription
annotations?IAnnotation[] | IAnnotationSpec(Optional) Annotations to be rendered on the chart.
valuesValueArray | IMultiSeriesSpecValues or data series to render in the chart.