UNPKG

@carto/react-core

Version:
11 lines (9 loc) 317 B
import { AggregationTypes } from './constants/AggregationTypes'; import { HistogramFeature } from '../types'; export function histogram(args: { data: Record<string, unknown>[]; valuesColumns?: string[]; joinOperation?: AggregationTypes; ticks: number[]; operation?: AggregationTypes; }): HistogramFeature;