UNPKG

reaviz

Version:

Data Visualization using React

7 lines (5 loc) 214 B
import { ChartInternalShallowDataShape } from './types'; /** * Build a histogram given data set. */ export declare function buildBins(xScale: any, thresholds: any, data: any[]): ChartInternalShallowDataShape[];