Skip to content

Vizzu


Vizzu / types/data / SeriesType

Type Alias: SeriesType

SeriesType: "dimension" | "measure"

Type of the data series:

  • 'dimension' - categorical data containing strings (dates should also be added as strings);
  • 'measure' - continuous data containing numbers.