Home > @plotex/serialization > IDataSeries
IDataSeries interface#
A serialized data series.
Signature:Properties#
| Property | Type | Description |
|---|---|---|
| annotations? | IAnnotation[] | (Optional) Annotations applied to this series. |
| type | string | The data type of the series. |
| values | any[] | Values in the data data series. |