export interface Options { as?: [string, string]; bins?: number | undefined; offset?: number; groupBy?: string[]; field: string; binWidth?: number; }