Skip to content

Vizzu-Story / Exports / Vizzu / Config

Namespace: Config

Vizzu.Config

Interfaces

Type Aliases

AutoBool

Ƭ AutoBool: boolean | "auto"


ChannelExtrema

Ƭ ChannelExtrema: number | `${number}%` | `${number}min` | `${number}max` | "auto"

Units:

  • no unit: the same unit as in the data;
  • %: percentage relative to the min/max of the data;
  • min,max: offset from min/max of the data;
  • auto: automatic range based on chart config;