interval property

int interval
read / write

To set the histogram bar interval, applicable when aggregations value is set to ["histogram"].

Defaults to Math.ceil((range.end - range.start) / 100) || 1.

Implementation

int interval;