UNPKG

reaviz

Version:

Data Visualization using React

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