Vizzu / Modules / types/config
Module: types/config
Interfaces
Type Aliases
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;