Skip to content

Vizzu-Story / Exports / Vizzu / Data / AbstractSeriesInfo

Interface: AbstractSeriesInfo

Vizzu.Data.AbstractSeriesInfo

Generic meta data about any data series

Hierarchy

Properties

length

length: number

Count of values in the series.


name

name: string

Name of the data series. It will be the unique id of the series to reference it in various parts of the API, mainly in channel configuration and in data record filters. This name will also be used by default for Axis and Legend title.

Inherited from

SeriesMetaInfo.name


type

Optional type: SeriesType

Type of the data series. If not set, the library will attempt to determine the type based on the type of the first value. Number type will result in measure, string type will result in dimension.

Inherited from

SeriesMetaInfo.type


unit

Optional unit: string

Unit of the data series.

Inherited from

SeriesMetaInfo.unit