bounds
fun bounds(min: Number, max: Number, name: String = "<=x<"): NumericRange
Content copied to clipboard
Parameters
min
Lower bound of the range, inclusive.
max
Upper bound of the range, exclusive.
name
Arbitrary name to identify this range in the facet result.