UNPKG

fybdp-d3-kg

Version:

Knowledge Graph using React and D3.js

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