Skip to main content

CreateHistogramOptions

interface CreateHistogramOptions

Properties Jump to heading

optional
Jump to headingmin:
number
| bigint
| undefined

The minimum recordable value. Must be an integer value greater than 0.

optional
Jump to headingmax:
number
| bigint
| undefined

The maximum recordable value. Must be an integer value greater than min.

optional
Jump to headingfigures: number | undefined

The number of accuracy digits. Must be a number between 1 and 5.

Back to top