Interface ZonesWithPointsOptions

interface ZonesWithPointsOptions {
    from?: number;
    to?: number;
}

Properties

Properties

from?: number

specify min value of zones

Default

Number.NEGATIVE_INFINITY
to?: number

specify max value of zones

Default

Number.POSITIVE_INFINITY