Bandwidth

enum Bandwidth : Enum<Bandwidth>

The "bandwidth" of discrete axes, enable it for marks that require bandwidth (bars...), or disable it for marks that don't (area, lines...).

Entries

Enable
Link copied to clipboard
common
Enable bandwidth, the bandwidth for each category will be computed based on the available space.
Disable
Link copied to clipboard
common
Disable bandwidth, the bandwidth for each category will be reduced to zero.