Construct a {@link BandScale} from a categorical domain and a numeric rangecreateBandScale
Functioncommon/chart/scales
projects/common/chart/scales/band.ts
Description#
Construct a BandScale from a categorical domain and a numeric
range. See the type-level documentation above for parameter
semantics.
Signature#
createBandScale(domain, range, padding: number)