import type { ScaleBand, ScaleContinuousNumeric, ScaleDiverging, ScalePoint, ScaleQuantile, ScaleQuantize, ScaleSequentialBase, ScaleThreshold } from 'd3'; export type Scale = ScaleContinuousNumeric | ScaleBand | ScalePoint | ScaleDiverging | ScaleQuantile | ScaleQuantize | ScaleSequentialBase | ScaleThreshold;