Skip to content

Documentation v1.0.0


Documentation / @openassistant/plots / NumericHistogramDataProps

Type Alias: NumericHistogramDataProps ​

NumericHistogramDataProps = object

Defined in: echarts/histogram/utils.ts:10

Properties ​

bin ​

bin: number

Defined in: echarts/histogram/utils.ts:11


binEnd ​

binEnd: number

Defined in: echarts/histogram/utils.ts:13


binStart ​

binStart: number

Defined in: echarts/histogram/utils.ts:12

Released under the MIT License.