ScaleDistribution🔗TODO docsDefinition🔗export enum ScaleDistribution { Linear = "linear", Log = "log", Ordinal = "ordinal", Symlog = "symlog", }