interval property
To set the histogram bar interval for QueryType.range
type of widgets, applicable when aggregations value is set to ["histogram"]
.
Defaults to Math.ceil((range.end - range.start) / 100) || 1
.
Implementation
final int? interval;